Trace number 2084414

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 365.312 375.467

General information on the benchmark

Namecsp/graphColoring/
myciel/normalized-myciel7-5.xml
MD5SUMdb0f93b84b1192e2e8f64726b7d53b32
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 benchmark63.1114
Satisfiable
(Un)Satisfiability was proved
Number of variables191
Number of constraints2360
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2360
Global constraints used (with number of constraints)

Solver Data

0.05/4.34	c 0	Sugar v1-14-6 + HOME/minisat
0.07/4.58	c 0	BEGIN Sun Jul 12 08:10:23 2009
0.07/4.58	c 0	PID 25377
0.07/4.83	c 0	HOST node16.alineos.net
0.07/4.83	c 0	CONVERTING HOME/instance-2084414-1247379016.xml TO HOME/temp.csp
0.07/4.83	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2084414-1247379016.xml' 'HOME/temp.csp'
0.47/6.83	c 2	1 domains, 191 variables, 1 predicates, 0 relations, 2360 constraints
0.47/6.85	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.47/6.85	c 2	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.50/6.93	c 2	Parsing HOME/temp.csp
0.50/7.02	c 2	parsed 2553 expressions
0.50/7.03	c 2	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.50/7.03	c 2	Converting to clausal form CSP
0.50/7.10	c 3	converted 256 (10%) expressions
0.50/7.26	c 3	converted 511 (20%) expressions
0.50/7.29	c 3	converted 766 (30%) expressions
0.50/7.31	c 3	converted 1022 (40%) expressions
0.50/7.33	c 3	converted 1277 (50%) expressions
0.50/7.34	c 3	converted 1532 (60%) expressions
0.50/7.35	c 3	converted 1788 (70%) expressions
0.50/7.36	c 3	converted 2043 (80%) expressions
0.50/7.37	c 3	converted 2298 (90%) expressions
0.50/7.38	c 3	converted 2553 (100%) expressions
0.50/7.38	c 3	CSP : 191 integers, 0 booleans, 2360 clauses, largest domain size 5
0.50/7.38	c 3	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.50/7.38	c 3	Propagation in CSP
0.50/7.40	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.18/7.60	c 3	CSP : 191 integers, 0 booleans, 2360 clauses, largest domain size 5
1.18/7.60	c 3	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.18/7.60	c 3	Simplifing CSP by introducing new Boolean variables
1.18/7.60	c 3	CSP : 191 integers, 4720 booleans, 7080 clauses, largest domain size 5
1.18/7.60	c 3	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.18/7.60	c 3	Encoding CSP to SAT : HOME/temp.cnf
1.18/7.60	c 3	20 (10%) CSP integer variables are encoded (60 clauses, 591 bytes)
1.18/7.60	c 3	39 (20%) CSP integer variables are encoded (117 clauses, 1189 bytes)
1.18/7.60	c 3	58 (30%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.18/7.60	c 3	77 (40%) CSP integer variables are encoded (231 clauses, 2443 bytes)
1.18/7.60	c 3	96 (50%) CSP integer variables are encoded (288 clauses, 3070 bytes)
1.18/7.60	c 3	115 (60%) CSP integer variables are encoded (345 clauses, 3697 bytes)
1.18/7.60	c 3	134 (70%) CSP integer variables are encoded (402 clauses, 4324 bytes)
1.18/7.60	c 3	153 (80%) CSP integer variables are encoded (459 clauses, 4951 bytes)
1.18/7.60	c 3	172 (90%) CSP integer variables are encoded (516 clauses, 5578 bytes)
1.18/7.60	c 3	191 (100%) CSP integer variables are encoded (573 clauses, 6205 bytes)
1.18/7.60	c 3	708 (10%) CSP clauses are encoded (3169 clauses, 40199 bytes)
1.18/7.60	c 3	1416 (20%) CSP clauses are encoded (5765 clauses, 76811 bytes)
1.18/7.60	c 3	2124 (30%) CSP clauses are encoded (8361 clauses, 113511 bytes)
1.18/7.60	c 3	2832 (40%) CSP clauses are encoded (10957 clauses, 150235 bytes)
1.18/7.60	c 3	3540 (50%) CSP clauses are encoded (13553 clauses, 187571 bytes)
1.18/7.61	c 3	4248 (60%) CSP clauses are encoded (16149 clauses, 226275 bytes)
1.18/7.62	c 3	4956 (70%) CSP clauses are encoded (18745 clauses, 264979 bytes)
1.18/7.63	c 3	5664 (80%) CSP clauses are encoded (21341 clauses, 303683 bytes)
1.18/7.64	c 3	6372 (90%) CSP clauses are encoded (23937 clauses, 342387 bytes)
1.18/7.65	c 3	7080 (100%) CSP clauses are encoded (26533 clauses, 381091 bytes)
1.18/7.65	c 3	7080 CSP clauses encoded
1.18/7.65	c 3	Writing map file : HOME/temp.map
1.18/7.65	c 3	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.18/7.65	c 3	SAT : 5484 SAT variables, 26533 SAT clauses, 381091 bytes
1.18/7.65	c 3	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.18/7.69	c 3	SOLVING HOME/temp.cnf
1.18/7.69	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.18/7.69	c 3	This is MiniSat 2.0 beta
1.18/7.69	c 3	WARNING: for repeatability, setting FPU to use double precision
1.18/7.69	c 3	============================[ Problem Statistics ]=============================
1.18/7.69	c 3	|                                                                             |
1.18/7.69	c 3	|  Number of variables:  5484                                                 |
1.18/7.69	c 3	|  Number of clauses:    26533                                                |
1.25/7.71	c 3	|  Parsing time:         0.01         s                                       |
1.25/7.71	c 3	============================[ Search Statistics ]==============================
1.25/7.71	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.25/7.71	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.25/7.71	c 3	===============================================================================
1.25/7.71	c 3	|         0 |    5484    26533    67226 |     8844        0    nan |  0.000 % |
1.25/7.74	c 3	|       100 |    5484    26533    67226 |     9728      100     33 |  0.000 % |
1.25/7.77	c 3	|       251 |    5484    26533    67226 |    10701      251     28 |  0.000 % |
1.25/7.82	c 3	|       476 |    5484    26533    67226 |    11771      476     25 |  0.000 % |
1.25/7.91	c 3	|       814 |    5484    26533    67226 |    12948      814     23 |  0.000 % |
1.25/8.11	c 3	|      1322 |    5484    26533    67226 |    14243     1322     22 |  0.000 % |
1.25/8.22	c 4	|      2081 |    5484    26533    67226 |    15668     2081     23 |  0.000 % |
1.26/8.51	c 4	|      3220 |    5484    26533    67226 |    17235     3220     21 |  0.000 % |
2.44/8.99	c 4	|      4929 |    5484    26533    67226 |    18958     4929     22 |  0.000 % |
3.34/9.81	c 5	|      7491 |    5484    26533    67226 |    20854     7491     22 |  0.000 % |
4.62/11.16	c 7	|     11335 |    5484    26533    67226 |    22939    11335     21 |  0.000 % |
7.09/13.61	c 9	|     17101 |    5484    26533    67226 |    25233    17101     22 |  0.001 % |
11.67/18.57	c 14	|     25750 |    5484    26533    67226 |    27757    11445     21 |  0.000 % |
17.79/24.88	c 20	|     38725 |    5484    26533    67226 |    30533    24420     20 |  0.000 % |
28.49/35.65	c 31	|     58186 |    5484    26533    67226 |    33586    25373     19 |  0.000 % |
46.73/54.05	c 49	|     87378 |    5484    26533    67226 |    36944    32826     21 |  0.000 % |
73.09/80.64	c 76	|    131167 |    5484    26533    67226 |    40639    28228     22 |  0.000 % |
118.97/126.99	c 122	|    196852 |    5484    26533    67226 |    44703    37256     20 |  0.000 % |
187.36/195.94	c 191	|    295378 |    5484    26533    67226 |    49173    41531     22 |  0.000 % |
296.37/305.95	c 301	|    443167 |    5479    26155    66236 |    54091     3125     10 |  0.091 % |
365.05/375.29	c 371	===============================================================================
365.05/375.29	c 371	restarts              : 20
365.05/375.29	c 371	conflicts             : 548135         (1507 /sec)
365.05/375.29	c 371	decisions             : 657736         (1.69 % random) (1808 /sec)
365.05/375.29	c 371	propagations          : 498765698      (1370926 /sec)
365.05/375.29	c 371	conflict literals     : 11251613       (10.40 % deleted)
365.05/375.29	c 371	Memory used           : 12.66 MB
365.05/375.29	c 371	CPU time              : 363.817 s
365.05/375.29	c 371	
365.05/375.29	c 371	UNSATISFIABLE
365.05/375.29	c 371	DECODING HOME/temp.out WITH HOME/temp.map
365.05/375.29	c 371	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'
365.16/375.38	c 371	Decoding HOME/temp.out
365.16/375.42	s UNSATISFIABLE
365.16/375.43	c 371	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
365.16/375.46	c 371	CPU 365.29 (0.06 0.02 365.01 0.2)
365.16/375.46	c 371	END Sun Jul 12 08:16:34 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-2084414-1247379016/watcher-2084414-1247379016 -o /tmp/evaluation-result-2084414-1247379016/solver-2084414-1247379016 -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-2084414-1247379016.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.76 2.30 2.18 4/82 25377
/proc/meminfo: memFree=14864/2055920 swapFree=4192812/4192956
[pid=25377] ppid=25375 vsize=18576 CPUtime=0
/proc/25377/stat : 25377 (runsolver) D 25375 25377 23634 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24968700 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 231962373415 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/25377/statm: 4644 284 249 26 0 2626 0

[startup+0.052333 s]
/proc/loadavg: 2.76 2.30 2.18 4/82 25377
/proc/meminfo: memFree=14864/2055920 swapFree=4192812/4192956
[pid=25377] ppid=25375 vsize=18576 CPUtime=0
/proc/25377/stat : 25377 (runsolver) D 25375 25377 23634 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24968700 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 231962373415 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/25377/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.101318 s]
/proc/loadavg: 2.76 2.30 2.18 4/82 25377
/proc/meminfo: memFree=14864/2055920 swapFree=4192812/4192956
[pid=25377] ppid=25375 vsize=18576 CPUtime=0
/proc/25377/stat : 25377 (runsolver) D 25375 25377 23634 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24968700 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 231962373415 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/25377/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.301261 s]
/proc/loadavg: 2.76 2.30 2.18 4/82 25377
/proc/meminfo: memFree=14864/2055920 swapFree=4192812/4192956
[pid=25377] ppid=25375 vsize=18576 CPUtime=0
/proc/25377/stat : 25377 (runsolver) D 25375 25377 23634 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24968700 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 231962373415 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/25377/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.701146 s]
/proc/loadavg: 2.76 2.30 2.18 4/82 25377
/proc/meminfo: memFree=14864/2055920 swapFree=4192812/4192956
[pid=25377] ppid=25375 vsize=12268 CPUtime=0
/proc/25377/stat : 25377 (sugar) D 25375 25377 23634 0 -1 4194304 351 0 1 0 0 0 0 0 18 0 1 0 24968700 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/25377/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+1.50192 s]
/proc/loadavg: 2.76 2.30 2.18 2/83 25378
/proc/meminfo: memFree=14920/2055920 swapFree=4192812/4192956
[pid=25377] ppid=25375 vsize=12412 CPUtime=0
/proc/25377/stat : 25377 (sugar) D 25375 25377 23634 0 -1 4194304 413 0 1 0 0 0 0 0 18 0 1 0 24968700 12709888 382 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/25377/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+3.10146 s]
/proc/loadavg: 2.76 2.30 2.18 2/83 25378
/proc/meminfo: memFree=16200/2055920 swapFree=4192812/4192956
[pid=25377] ppid=25375 vsize=13468 CPUtime=0.03
/proc/25377/stat : 25377 (sugar) D 25375 25377 23634 0 -1 4194304 755 0 1 0 2 1 0 0 18 0 1 0 24968700 13791232 724 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/25377/statm: 3367 724 338 3 0 467 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13468
heavy processes:
  %CPU=32 pid=25349 uid=0 cmd=/tmp/evaluation-2084051-1247378707/minisat /tmp/evaluation-2084051-1247378707/temp.cnf /tmp/evaluation-2084051-1247378707/temp.o

[startup+6.30154 s]
/proc/loadavg: 3.10 2.38 2.20 2/86 25382
/proc/meminfo: memFree=15152/2055920 swapFree=4192812/4192956
[pid=25377] ppid=25375 vsize=16868 CPUtime=0.07
/proc/25377/stat : 25377 (sugar) S 25375 25377 23634 0 -1 4194304 1226 128 1 0 5 2 0 0 16 0 1 0 24968700 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25377/statm: 4217 1111 409 3 0 796 0
[pid=25380] ppid=25377 vsize=5356 CPUtime=0
/proc/25380/stat : 25380 (sh) S 25377 25377 23634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24969183 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25380/statm: 1339 233 193 169 0 50 0
[pid=25381] ppid=25380 vsize=10964 CPUtime=0.01
/proc/25381/stat : 25381 (java) S 25380 25377 23634 0 -1 0 803 0 0 0 0 1 0 0 18 0 2 0 24969184 11227136 558 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/25381/statm: 2741 558 267 9 0 1198 0
[pid=25381/tid=25382] ppid=25380 vsize=10964 CPUtime=0
/proc/25381/task/25382/stat : 25382 (java) D 25380 25377 23634 0 -1 64 126 0 0 0 0 0 0 0 18 0 2 0 24969235 11227136 558 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744071563608240 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 33188
heavy processes:
  %CPU=29 pid=25349 uid=0 cmd=/tmp/evaluation-2084051-1247378707/minisat /tmp/evaluation-2084051-1247378707/temp.cnf /tmp/evaluation-2084051-1247378707/temp.o

[startup+12.7017 s]
/proc/loadavg: 3.41 2.46 2.23 3/85 25401
/proc/meminfo: memFree=15352/2055920 swapFree=4192812/4192956
[pid=25377] ppid=25375 vsize=16868 CPUtime=1.26
/proc/25377/stat : 25377 (sugar) S 25375 25377 23634 0 -1 4194304 1375 12571 1 3 6 2 109 9 16 0 1 0 24968700 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25377/statm: 4217 1113 409 3 0 796 0
[pid=25400] ppid=25377 vsize=5356 CPUtime=0
/proc/25400/stat : 25400 (sh) S 25377 25377 23634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24969470 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25400/statm: 1339 232 193 169 0 50 0
[pid=25401] ppid=25400 vsize=5220 CPUtime=4.94
/proc/25401/stat : 25401 (minisat) R 25400 25377 23634 0 -1 4194304 1057 0 0 0 494 0 0 0 25 0 1 0 24969470 5345280 1043 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25401/statm: 1305 1043 76 150 0 1152 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 27444
heavy processes:
  %CPU=25 pid=25349 uid=0 cmd=/tmp/evaluation-2084051-1247378707/minisat /tmp/evaluation-2084051-1247378707/temp.cnf /tmp/evaluation-2084051-1247378707/temp.o

[startup+25.502 s]
/proc/loadavg: 3.65 2.56 2.27 3/85 25403
/proc/meminfo: memFree=1680824/2055920 swapFree=4192812/4192956
[pid=25377] ppid=25375 vsize=16868 CPUtime=1.26
/proc/25377/stat : 25377 (sugar) S 25375 25377 23634 0 -1 4194304 1375 12571 1 3 6 2 109 9 16 0 1 0 24968700 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25377/statm: 4217 1113 409 3 0 796 0
[pid=25400] ppid=25377 vsize=5356 CPUtime=0
/proc/25400/stat : 25400 (sh) S 25377 25377 23634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24969470 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25400/statm: 1339 232 193 169 0 50 0
[pid=25401] ppid=25400 vsize=6756 CPUtime=17.22
/proc/25401/stat : 25401 (minisat) R 25400 25377 23634 0 -1 4194304 1435 0 0 0 1720 2 0 0 25 0 1 0 24969470 6918144 1421 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/25401/statm: 1689 1421 76 150 0 1536 0
Current children cumulated CPU time (s) 18.48
Current children cumulated vsize (KiB) 28980
heavy processes:

[startup+51.1027 s]
/proc/loadavg: 3.16 2.53 2.26 3/83 25403
/proc/meminfo: memFree=1680136/2055920 swapFree=4192812/4192956
[pid=25377] ppid=25375 vsize=16868 CPUtime=1.26
/proc/25377/stat : 25377 (sugar) S 25375 25377 23634 0 -1 4194304 1375 12571 1 3 6 2 109 9 16 0 1 0 24968700 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25377/statm: 4217 1113 409 3 0 796 0
[pid=25400] ppid=25377 vsize=5356 CPUtime=0
/proc/25400/stat : 25400 (sh) S 25377 25377 23634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24969470 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25400/statm: 1339 232 193 169 0 50 0
[pid=25401] ppid=25400 vsize=7868 CPUtime=42.59
/proc/25401/stat : 25401 (minisat) R 25400 25377 23634 0 -1 4194304 1709 0 0 0 4256 3 0 0 25 0 1 0 24969470 8056832 1695 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/25401/statm: 1967 1695 76 150 0 1814 0
Current children cumulated CPU time (s) 43.85
Current children cumulated vsize (KiB) 30092

[startup+102.307 s]
/proc/loadavg: 2.50 2.45 2.25 3/83 25403
/proc/meminfo: memFree=1678856/2055920 swapFree=4192812/4192956
[pid=25377] ppid=25375 vsize=16868 CPUtime=1.26
/proc/25377/stat : 25377 (sugar) S 25375 25377 23634 0 -1 4194304 1375 12571 1 3 6 2 109 9 16 0 1 0 24968700 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25377/statm: 4217 1113 409 3 0 796 0
[pid=25400] ppid=25377 vsize=5356 CPUtime=0
/proc/25400/stat : 25400 (sh) S 25377 25377 23634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24969470 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25400/statm: 1339 232 193 169 0 50 0
[pid=25401] ppid=25400 vsize=9824 CPUtime=93.34
/proc/25401/stat : 25401 (minisat) R 25400 25377 23634 0 -1 4194304 2163 0 0 0 9329 5 0 0 25 0 1 0 24969470 10059776 2149 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25401/statm: 2456 2149 76 150 0 2303 0
Current children cumulated CPU time (s) 94.6
Current children cumulated vsize (KiB) 32048

[startup+162.303 s]
/proc/loadavg: 2.18 2.36 2.23 3/83 25403
/proc/meminfo: memFree=1678088/2055920 swapFree=4192812/4192956
[pid=25377] ppid=25375 vsize=16868 CPUtime=1.26
/proc/25377/stat : 25377 (sugar) S 25375 25377 23634 0 -1 4194304 1375 12571 1 3 6 2 109 9 16 0 1 0 24968700 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25377/statm: 4217 1113 409 3 0 796 0
[pid=25400] ppid=25377 vsize=5356 CPUtime=0
/proc/25400/stat : 25400 (sh) S 25377 25377 23634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24969470 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25400/statm: 1339 232 193 169 0 50 0
[pid=25401] ppid=25400 vsize=10504 CPUtime=152.79
/proc/25401/stat : 25401 (minisat) R 25400 25377 23634 0 -1 4194304 2341 0 0 0 15274 5 0 0 25 0 1 0 24969470 10756096 2327 996147200 134512640 135127466 4294956256 18446744073709551615 134530647 0 0 4096 3 0 0 0 17 1 0 0
/proc/25401/statm: 2626 2327 76 150 0 2473 0
Current children cumulated CPU time (s) 154.05
Current children cumulated vsize (KiB) 32728

[startup+222.302 s]
/proc/loadavg: 2.07 2.29 2.21 3/83 25403
/proc/meminfo: memFree=1677128/2055920 swapFree=4192812/4192956
[pid=25377] ppid=25375 vsize=16868 CPUtime=1.26
/proc/25377/stat : 25377 (sugar) S 25375 25377 23634 0 -1 4194304 1375 12571 1 3 6 2 109 9 16 0 1 0 24968700 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25377/statm: 4217 1113 409 3 0 796 0
[pid=25400] ppid=25377 vsize=5356 CPUtime=0
/proc/25400/stat : 25400 (sh) S 25377 25377 23634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24969470 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25400/statm: 1339 232 193 169 0 50 0
[pid=25401] ppid=25400 vsize=11456 CPUtime=212.26
/proc/25401/stat : 25401 (minisat) R 25400 25377 23634 0 -1 4194304 2584 0 0 0 21220 6 0 0 25 0 1 0 24969470 11730944 2570 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/25401/statm: 2864 2570 76 150 0 2711 0
Current children cumulated CPU time (s) 213.52
Current children cumulated vsize (KiB) 33680

[startup+282.302 s]
/proc/loadavg: 2.02 2.24 2.20 3/83 25403
/proc/meminfo: memFree=1676552/2055920 swapFree=4192812/4192956
[pid=25377] ppid=25375 vsize=16868 CPUtime=1.26
/proc/25377/stat : 25377 (sugar) S 25375 25377 23634 0 -1 4194304 1375 12571 1 3 6 2 109 9 16 0 1 0 24968700 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25377/statm: 4217 1113 409 3 0 796 0
[pid=25400] ppid=25377 vsize=5356 CPUtime=0
/proc/25400/stat : 25400 (sh) S 25377 25377 23634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24969470 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25400/statm: 1339 232 193 169 0 50 0
[pid=25401] ppid=25400 vsize=12016 CPUtime=271.72
/proc/25401/stat : 25401 (minisat) R 25400 25377 23634 0 -1 4194304 2720 0 0 0 27166 6 0 0 25 0 1 0 24969470 12304384 2706 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25401/statm: 3004 2706 76 150 0 2851 0
Current children cumulated CPU time (s) 272.98
Current children cumulated vsize (KiB) 34240

[startup+342.302 s]
/proc/loadavg: 2.04 2.21 2.18 3/83 25403
/proc/meminfo: memFree=1675784/2055920 swapFree=4192812/4192956
[pid=25377] ppid=25375 vsize=16868 CPUtime=1.26
/proc/25377/stat : 25377 (sugar) S 25375 25377 23634 0 -1 4194304 1375 12571 1 3 6 2 109 9 16 0 1 0 24968700 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25377/statm: 4217 1113 409 3 0 796 0
[pid=25400] ppid=25377 vsize=5356 CPUtime=0
/proc/25400/stat : 25400 (sh) S 25377 25377 23634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24969470 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25400/statm: 1339 232 193 169 0 50 0
[pid=25401] ppid=25400 vsize=12816 CPUtime=331.19
/proc/25401/stat : 25401 (minisat) R 25400 25377 23634 0 -1 4194304 2916 0 0 0 33112 7 0 0 25 0 1 0 24969470 13123584 2902 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/25401/statm: 3204 2902 76 150 0 3051 0
Current children cumulated CPU time (s) 332.45
Current children cumulated vsize (KiB) 35040

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

[startup+358.301 s]
/proc/loadavg: 2.03 2.19 2.18 3/83 25403
/proc/meminfo: memFree=1675656/2055920 swapFree=4192812/4192956
[pid=25377] ppid=25375 vsize=16868 CPUtime=1.26
/proc/25377/stat : 25377 (sugar) S 25375 25377 23634 0 -1 4194304 1375 12571 1 3 6 2 109 9 16 0 1 0 24968700 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25377/statm: 4217 1113 409 3 0 796 0
[pid=25400] ppid=25377 vsize=5356 CPUtime=0
/proc/25400/stat : 25400 (sh) S 25377 25377 23634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24969470 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25400/statm: 1339 232 193 169 0 50 0
[pid=25401] ppid=25400 vsize=12816 CPUtime=347.04
/proc/25401/stat : 25401 (minisat) R 25400 25377 23634 0 -1 4194304 2927 0 0 0 34697 7 0 0 25 0 1 0 24969470 13123584 2913 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/25401/statm: 3204 2913 76 150 0 3051 0
Current children cumulated CPU time (s) 348.3
Current children cumulated vsize (KiB) 35040

[startup+364.702 s]
/proc/loadavg: 2.02 2.19 2.18 3/83 25403
/proc/meminfo: memFree=1675656/2055920 swapFree=4192812/4192956
[pid=25377] ppid=25375 vsize=16868 CPUtime=1.26
/proc/25377/stat : 25377 (sugar) S 25375 25377 23634 0 -1 4194304 1375 12571 1 3 6 2 109 9 16 0 1 0 24968700 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25377/statm: 4217 1113 409 3 0 796 0
[pid=25400] ppid=25377 vsize=5356 CPUtime=0
/proc/25400/stat : 25400 (sh) S 25377 25377 23634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24969470 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25400/statm: 1339 232 193 169 0 50 0
[pid=25401] ppid=25400 vsize=12816 CPUtime=353.39
/proc/25401/stat : 25401 (minisat) R 25400 25377 23634 0 -1 4194304 2937 0 0 0 35332 7 0 0 25 0 1 0 24969470 13123584 2923 996147200 134512640 135127466 4294956256 18446744073709551615 134531047 0 0 4096 3 0 0 0 17 1 0 0
/proc/25401/statm: 3204 2923 76 150 0 3051 0
Current children cumulated CPU time (s) 354.65
Current children cumulated vsize (KiB) 35040

[startup+371.102 s]
/proc/loadavg: 2.02 2.18 2.18 3/83 25403
/proc/meminfo: memFree=1675592/2055920 swapFree=4192812/4192956
[pid=25377] ppid=25375 vsize=16868 CPUtime=1.26
/proc/25377/stat : 25377 (sugar) S 25375 25377 23634 0 -1 4194304 1375 12571 1 3 6 2 109 9 16 0 1 0 24968700 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25377/statm: 4217 1113 409 3 0 796 0
[pid=25400] ppid=25377 vsize=5356 CPUtime=0
/proc/25400/stat : 25400 (sh) S 25377 25377 23634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24969470 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25400/statm: 1339 232 193 169 0 50 0
[pid=25401] ppid=25400 vsize=12816 CPUtime=359.73
/proc/25401/stat : 25401 (minisat) R 25400 25377 23634 0 -1 4194304 2940 0 0 0 35966 7 0 0 25 0 1 0 24969470 13123584 2926 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 1 0 0
/proc/25401/statm: 3204 2926 76 150 0 3051 0
Current children cumulated CPU time (s) 360.99
Current children cumulated vsize (KiB) 35040

[startup+372.701 s]
/proc/loadavg: 2.02 2.18 2.18 3/83 25403
/proc/meminfo: memFree=1675592/2055920 swapFree=4192812/4192956
[pid=25377] ppid=25375 vsize=16868 CPUtime=1.26
/proc/25377/stat : 25377 (sugar) S 25375 25377 23634 0 -1 4194304 1375 12571 1 3 6 2 109 9 16 0 1 0 24968700 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25377/statm: 4217 1113 409 3 0 796 0
[pid=25400] ppid=25377 vsize=5356 CPUtime=0
/proc/25400/stat : 25400 (sh) S 25377 25377 23634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24969470 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25400/statm: 1339 232 193 169 0 50 0
[pid=25401] ppid=25400 vsize=12956 CPUtime=361.32
/proc/25401/stat : 25401 (minisat) R 25400 25377 23634 0 -1 4194304 2943 0 0 0 36125 7 0 0 25 0 1 0 24969470 13266944 2929 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25401/statm: 3239 2929 76 150 0 3086 0
Current children cumulated CPU time (s) 362.58
Current children cumulated vsize (KiB) 35180

[startup+374.302 s]
/proc/loadavg: 2.02 2.18 2.18 3/83 25403
/proc/meminfo: memFree=1675592/2055920 swapFree=4192812/4192956
[pid=25377] ppid=25375 vsize=16868 CPUtime=1.26
/proc/25377/stat : 25377 (sugar) S 25375 25377 23634 0 -1 4194304 1375 12571 1 3 6 2 109 9 16 0 1 0 24968700 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25377/statm: 4217 1113 409 3 0 796 0
[pid=25400] ppid=25377 vsize=5356 CPUtime=0
/proc/25400/stat : 25400 (sh) S 25377 25377 23634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24969470 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25400/statm: 1339 232 193 169 0 50 0
[pid=25401] ppid=25400 vsize=12956 CPUtime=362.9
/proc/25401/stat : 25401 (minisat) R 25400 25377 23634 0 -1 4194304 2943 0 0 0 36283 7 0 0 25 0 1 0 24969470 13266944 2929 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/25401/statm: 3239 2929 76 150 0 3086 0
Current children cumulated CPU time (s) 364.16
Current children cumulated vsize (KiB) 35180

[startup+375.107 s]
/proc/loadavg: 2.02 2.18 2.18 3/83 25403
/proc/meminfo: memFree=1675592/2055920 swapFree=4192812/4192956
[pid=25377] ppid=25375 vsize=16868 CPUtime=1.26
/proc/25377/stat : 25377 (sugar) S 25375 25377 23634 0 -1 4194304 1375 12571 1 3 6 2 109 9 16 0 1 0 24968700 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25377/statm: 4217 1113 409 3 0 796 0
[pid=25400] ppid=25377 vsize=5356 CPUtime=0
/proc/25400/stat : 25400 (sh) S 25377 25377 23634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24969470 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25400/statm: 1339 232 193 169 0 50 0
[pid=25401] ppid=25400 vsize=12956 CPUtime=363.7
/proc/25401/stat : 25401 (minisat) R 25400 25377 23634 0 -1 4194304 2943 0 0 0 36363 7 0 0 25 0 1 0 24969470 13266944 2929 996147200 134512640 135127466 4294956256 18446744073709551615 134531519 0 0 4096 3 0 0 0 17 1 0 0
/proc/25401/statm: 3239 2929 76 150 0 3086 0
Current children cumulated CPU time (s) 364.96
Current children cumulated vsize (KiB) 35180

[startup+375.302 s]
/proc/loadavg: 2.02 2.18 2.18 3/83 25403
/proc/meminfo: memFree=1675592/2055920 swapFree=4192812/4192956
[pid=25377] ppid=25375 vsize=16868 CPUtime=365.16
/proc/25377/stat : 25377 (sugar) S 25375 25377 23634 0 -1 4194304 1429 15811 1 3 6 2 36491 17 17 0 1 0 24968700 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25377/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 365.16
Current children cumulated vsize (KiB) 16868

[startup+375.401 s]
/proc/loadavg: 2.02 2.18 2.18 3/83 25403
/proc/meminfo: memFree=1675592/2055920 swapFree=4192812/4192956
[pid=25377] ppid=25375 vsize=16868 CPUtime=365.16
/proc/25377/stat : 25377 (sugar) S 25375 25377 23634 0 -1 4194304 1447 15811 1 3 6 2 36491 17 16 0 1 0 24968700 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25377/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 365.16
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 375.467
CPU time (s): 365.312
CPU user time (s): 365.082
CPU system time (s): 0.230964
CPU usage (%): 97.2954
Max. virtual memory (cumulated for all children) (KiB): 890804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 365.081
system time used= 0.230964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21119
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2310
involuntary context switches= 10370

runsolver used 0.478927 second user time and 1.26081 second system time

The end

Launcher Data

Begin job on node16 at 2009-07-12 08:10:17
IDJOB=2084414
IDBENCH=58076
IDSOLVER=739
FILE ID=node16/2084414-1247379016
PBS_JOBID= 9507112
Free space on /tmp= 64340 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/graphColoring/myciel/normalized-myciel7-5.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-2084414-1247379016/watcher-2084414-1247379016 -o /tmp/evaluation-result-2084414-1247379016/solver-2084414-1247379016 -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-2084414-1247379016.xml

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

MD5SUM BENCH= db0f93b84b1192e2e8f64726b7d53b32
RANDOM SEED=542360630

node16.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.231
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.231
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:         15544 kB
Buffers:          1452 kB
Cached:         802512 kB
SwapCached:          0 kB
Active:        1167156 kB
Inactive:       781432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:         15544 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          407708 kB
Writeback:       47700 kB
Mapped:        1162716 kB
Slab:            74316 kB
Committed_AS:  1886264 kB
PageTables:       4624 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= 66460 MiB
End job on node16 at 2009-07-12 08:16:34