Trace number 2070257

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 52.79 53.4251

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg13-17_ext.xml
MD5SUM8eb0e06cd83832f8013785f46c061cae
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.031994
Satisfiable
(Un)Satisfiability was proved
Number of variables221
Number of constraints30
Maximum constraint arity17
Maximum domain size26
Number of constraints which are defined in extension30
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.06/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.08	c 0	BEGIN Sun Jul 12 00:27:53 2009
0.06/0.08	c 0	PID 19644
0.06/0.08	c 0	HOST node43.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2070257-1247351273.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-2070257-1247351273.xml' 'HOME/temp.csp'
0.07/0.43	c 1	1 domains, 221 variables, 0 predicates, 2 relations, 30 constraints
0.07/0.47	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.47	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.43/0.54	c 1	Parsing HOME/temp.csp
0.43/0.62	c 1	parsed 254 expressions
0.43/0.63	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.43/0.63	c 1	Converting to clausal form CSP
0.43/0.65	c 1	converted 26 (10%) expressions
0.43/0.65	c 1	converted 51 (20%) expressions
0.43/0.65	c 1	converted 77 (30%) expressions
0.43/0.66	c 1	converted 102 (40%) expressions
0.43/0.66	c 1	converted 127 (50%) expressions
0.43/0.66	c 1	converted 153 (60%) expressions
0.43/0.66	c 1	converted 178 (70%) expressions
0.43/0.66	c 1	converted 204 (80%) expressions
0.43/0.82	c 1	converted 229 (90%) expressions
1.04/1.19	c 1	converted 254 (100%) expressions
1.04/1.19	c 1	CSP : 221 integers, 0 booleans, 30 clauses, largest domain size 26
1.04/1.19	c 1	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.04/1.19	c 1	Propagation in CSP
1.04/1.19	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.04/1.19	c 1	CSP : 221 integers, 0 booleans, 30 clauses, largest domain size 26
1.04/1.19	c 1	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.04/1.19	c 1	Simplifing CSP by introducing new Boolean variables
1.04/1.19	c 1	CSP : 221 integers, 0 booleans, 30 clauses, largest domain size 26
1.04/1.19	c 1	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.24/1.30	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.24/1.32	c 1	23 (10%) CSP integer variables are encoded (552 clauses, 5928 bytes)
1.24/1.32	c 1	45 (20%) CSP integer variables are encoded (1080 clauses, 11977 bytes)
1.24/1.33	c 1	67 (30%) CSP integer variables are encoded (1608 clauses, 18841 bytes)
1.24/1.33	c 1	89 (40%) CSP integer variables are encoded (2136 clauses, 25705 bytes)
1.24/1.33	c 1	111 (50%) CSP integer variables are encoded (2664 clauses, 32569 bytes)
1.24/1.33	c 1	133 (60%) CSP integer variables are encoded (3192 clauses, 39433 bytes)
1.24/1.33	c 1	155 (70%) CSP integer variables are encoded (3720 clauses, 46297 bytes)
1.24/1.33	c 1	177 (80%) CSP integer variables are encoded (4248 clauses, 53161 bytes)
1.24/1.33	c 1	199 (90%) CSP integer variables are encoded (4776 clauses, 60025 bytes)
1.24/1.33	c 2	221 (100%) CSP integer variables are encoded (5304 clauses, 66889 bytes)
9.55/9.79	c 10	3 (10%) CSP clauses are encoded (77655 clauses, 6006528 bytes)
17.96/18.22	c 18	6 (20%) CSP clauses are encoded (150006 clauses, 12061022 bytes)
26.37/26.73	c 27	9 (30%) CSP clauses are encoded (222357 clauses, 18298319 bytes)
34.68/35.18	c 35	12 (40%) CSP clauses are encoded (294708 clauses, 24535616 bytes)
43.08/43.69	c 44	15 (50%) CSP clauses are encoded (367059 clauses, 30772913 bytes)
48.73/49.35	c 50	18 (60%) CSP clauses are encoded (417345 clauses, 35091036 bytes)
49.02/49.64	c 50	21 (70%) CSP clauses are encoded (423501 clauses, 35678422 bytes)
49.33/49.93	c 50	24 (80%) CSP clauses are encoded (429657 clauses, 36326212 bytes)
49.62/50.23	c 50	27 (90%) CSP clauses are encoded (435813 clauses, 36974002 bytes)
49.92/50.52	c 51	30 (100%) CSP clauses are encoded (441969 clauses, 37621792 bytes)
49.92/50.52	c 51	30 CSP clauses encoded
49.92/50.52	c 51	Writing map file : HOME/temp.map
49.92/50.53	c 51	Heap : 34 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
49.92/50.53	c 51	SAT : 5525 SAT variables, 441969 SAT clauses, 37621792 bytes
49.92/50.53	c 51	Heap : 34 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
49.92/50.57	c 51	SOLVING HOME/temp.cnf
49.92/50.57	c 51	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
49.92/50.58	c 51	This is MiniSat 2.0 beta
49.92/50.58	c 51	WARNING: for repeatability, setting FPU to use double precision
49.92/50.58	c 51	============================[ Problem Statistics ]=============================
49.92/50.58	c 51	|                                                                             |
49.92/50.58	c 51	|  Number of variables:  5525                                                 |
49.92/50.58	c 51	|  Number of clauses:    441969                                               |
49.97/51.37	c 52	|  Parsing time:         0.70         s                                       |
49.97/51.44	c 52	============================[ Search Statistics ]==============================
49.97/51.44	c 52	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
49.97/51.44	c 52	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
49.97/51.44	c 52	===============================================================================
49.97/51.44	c 52	|         0 |    5444   436527  6951215 |   145509        0    nan |  0.000 % |
49.97/51.51	c 52	|       101 |    5438   436527  6951215 |   160059       97      7 |  1.593 % |
49.97/51.52	c 52	|       252 |    5438   436527  6951215 |   176065      248      7 |  1.593 % |
49.97/51.53	c 52	|       477 |    5438   436527  6951215 |   193672      473      8 |  1.593 % |
49.97/51.56	c 52	|       815 |    5438   436527  6951215 |   213039      811      7 |  1.593 % |
51.16/51.88	c 52	|      1321 |    5435   436527  6951215 |   234343     1316      7 |  1.665 % |
51.37/52.04	c 52	|      2081 |    5435   436527  6951215 |   257778     2076      8 |  1.665 % |
51.57/52.27	c 52	|      3222 |    5429   436527  6951215 |   283555     3216      9 |  1.774 % |
51.77/52.43	c 53	|      4931 |    5429   436527  6951215 |   311911     4925      9 |  1.774 % |
52.07/52.75	c 53	|      7493 |    5429   436527  6951215 |   343102     7487     10 |  1.774 % |
52.56/53.23	c 53	===============================================================================
52.56/53.23	c 53	restarts              : 10
52.56/53.23	c 53	conflicts             : 7882           (3123 /sec)
52.56/53.23	c 53	decisions             : 13588          (1.77 % random) (5384 /sec)
52.56/53.23	c 53	propagations          : 491925         (194929 /sec)
52.56/53.23	c 53	conflict literals     : 74399          (26.59 % deleted)
52.56/53.23	c 53	Memory used           : 45.64 MB
52.56/53.23	c 53	CPU time              : 2.52362 s
52.56/53.23	c 53	
52.56/53.23	c 53	UNSATISFIABLE
52.56/53.24	c 53	DECODING HOME/temp.out WITH HOME/temp.map
52.56/53.24	c 53	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'
52.61/53.32	c 53	Decoding HOME/temp.out
52.61/53.37	s UNSATISFIABLE
52.61/53.37	c 54	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
52.61/53.41	c 54	CPU 52.74 (0.06 0.01 52.05 0.62)
52.61/53.41	c 54	END Sun Jul 12 00:28:47 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-2070257-1247351273/watcher-2070257-1247351273 -o /tmp/evaluation-result-2070257-1247351273/solver-2070257-1247351273 -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-2070257-1247351273.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.03 1.83 1.84 4/82 19644
/proc/meminfo: memFree=1797392/2055920 swapFree=4192812/4192956
[pid=19644] ppid=19642 vsize=12268 CPUtime=0
/proc/19644/stat : 19644 (sugar) R 19642 19644 19607 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 22191198 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 221954931301 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/19644/statm: 3067 316 241 3 0 167 0

[startup+0.0729659 s]
/proc/loadavg: 2.03 1.83 1.84 4/82 19644
/proc/meminfo: memFree=1797392/2055920 swapFree=4192812/4192956
[pid=19644] ppid=19642 vsize=16476 CPUtime=0.06
/proc/19644/stat : 19644 (sugar) R 19642 19644 19607 0 -1 4194304 1031 0 0 0 5 1 0 0 18 0 1 0 22191198 16871424 999 996147200 4194304 4206940 548682068608 18446744073709551615 221968270952 0 0 4224 0 0 0 0 17 1 0 0
/proc/19644/statm: 4119 999 380 3 0 698 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16476

[startup+0.101968 s]
/proc/loadavg: 2.03 1.83 1.84 4/82 19644
/proc/meminfo: memFree=1797392/2055920 swapFree=4192812/4192956
[pid=19644] ppid=19642 vsize=16868 CPUtime=0.07
/proc/19644/stat : 19644 (sugar) S 19642 19644 19607 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22191198 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19644/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301983 s]
/proc/loadavg: 2.03 1.83 1.84 4/82 19644
/proc/meminfo: memFree=1797392/2055920 swapFree=4192812/4192956
[pid=19644] ppid=19642 vsize=16868 CPUtime=0.07
/proc/19644/stat : 19644 (sugar) S 19642 19644 19607 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22191198 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19644/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702022 s]
/proc/loadavg: 2.03 1.83 1.84 4/82 19644
/proc/meminfo: memFree=1797392/2055920 swapFree=4192812/4192956
[pid=19644] ppid=19642 vsize=16868 CPUtime=0.43
/proc/19644/stat : 19644 (sugar) S 19642 19644 19607 0 -1 4194304 1309 4474 0 1 6 1 34 2 15 0 1 0 22191198 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19644/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 16868

[startup+1.50209 s]
/proc/loadavg: 2.03 1.83 1.84 4/93 19666
/proc/meminfo: memFree=1773880/2055920 swapFree=4192812/4192956
[pid=19644] ppid=19642 vsize=16868 CPUtime=0.43
/proc/19644/stat : 19644 (sugar) S 19642 19644 19607 0 -1 4194304 1310 4474 0 1 6 1 34 2 15 0 1 0 22191198 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19644/statm: 4217 1111 409 3 0 796 0
[pid=19657] ppid=19644 vsize=5356 CPUtime=0
/proc/19657/stat : 19657 (sh) S 19644 19644 19607 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22191245 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19657/statm: 1339 233 193 169 0 50 0
[pid=19658] ppid=19657 vsize=864396 CPUtime=1
/proc/19658/stat : 19658 (java) S 19657 19644 19607 0 -1 0 10368 0 1 0 96 4 0 0 18 0 9 0 22191246 885141504 9594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19658/statm: 216099 9594 2590 9 0 210576 0
[pid=19658/tid=19659] ppid=19657 vsize=864396 CPUtime=0.47
/proc/19658/task/19659/stat : 19659 (java) R 19657 19644 19607 0 -1 64 2919 0 1 0 46 1 0 0 19 0 9 0 22191246 885141504 9594 996147200 134512640 134550932 4294955936 18446744073709551615 4126511458 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19658/tid=19660] ppid=19657 vsize=864396 CPUtime=0.43
/proc/19658/task/19660/stat : 19660 (java) S 19657 19644 19607 0 -1 64 6424 0 0 0 41 2 0 0 16 0 9 0 22191248 885141504 9594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19658/tid=19661] ppid=19657 vsize=864396 CPUtime=0
/proc/19658/task/19661/stat : 19661 (java) S 19657 19644 19607 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22191248 885141504 9594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19658/tid=19662] ppid=19657 vsize=864396 CPUtime=0
/proc/19658/task/19662/stat : 19662 (java) S 19657 19644 19607 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22191248 885141504 9594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19658/tid=19663] ppid=19657 vsize=864396 CPUtime=0
/proc/19658/task/19663/stat : 19663 (java) S 19657 19644 19607 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22191250 885141504 9594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19658/tid=19664] ppid=19657 vsize=864396 CPUtime=0.07
/proc/19658/task/19664/stat : 19664 (java) S 19657 19644 19607 0 -1 64 326 0 0 0 7 0 0 0 16 0 9 0 22191250 885141504 9594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19658/tid=19665] ppid=19657 vsize=864396 CPUtime=0
/proc/19658/task/19665/stat : 19665 (java) S 19657 19644 19607 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22191250 885141504 9594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19658/tid=19666] ppid=19657 vsize=864396 CPUtime=0
/proc/19658/task/19666/stat : 19666 (java) S 19657 19644 19607 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22191250 885141504 9594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 886620

[startup+3.10224 s]
/proc/loadavg: 2.02 1.84 1.84 3/93 19666
/proc/meminfo: memFree=1764600/2055920 swapFree=4192812/4192956
[pid=19644] ppid=19642 vsize=16868 CPUtime=0.43
/proc/19644/stat : 19644 (sugar) S 19642 19644 19607 0 -1 4194304 1310 4474 0 1 6 1 34 2 15 0 1 0 22191198 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19644/statm: 4217 1111 409 3 0 796 0
[pid=19657] ppid=19644 vsize=5356 CPUtime=0
/proc/19657/stat : 19657 (sh) S 19644 19644 19607 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22191245 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19657/statm: 1339 233 193 169 0 50 0
[pid=19658] ppid=19657 vsize=864396 CPUtime=2.59
/proc/19658/stat : 19658 (java) S 19657 19644 19607 0 -1 0 11049 0 1 0 254 5 0 0 18 0 9 0 22191246 885141504 10244 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19658/statm: 216099 10244 2590 9 0 210576 0
[pid=19658/tid=19659] ppid=19657 vsize=864396 CPUtime=2.01
/proc/19658/task/19659/stat : 19659 (java) R 19657 19644 19607 0 -1 64 2950 0 1 0 200 1 0 0 25 0 9 0 22191246 885141504 10244 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19658/tid=19660] ppid=19657 vsize=864396 CPUtime=0.48
/proc/19658/task/19660/stat : 19660 (java) R 19657 19644 19607 0 -1 64 7073 0 0 0 45 3 0 0 16 0 9 0 22191248 885141504 10244 996147200 134512640 134550932 4294955936 18446744073709551615 102142134 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19658/tid=19661] ppid=19657 vsize=864396 CPUtime=0
/proc/19658/task/19661/stat : 19661 (java) S 19657 19644 19607 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22191248 885141504 10244 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19658/tid=19662] ppid=19657 vsize=864396 CPUtime=0
/proc/19658/task/19662/stat : 19662 (java) S 19657 19644 19607 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22191248 885141504 10244 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19658/tid=19663] ppid=19657 vsize=864396 CPUtime=0
/proc/19658/task/19663/stat : 19663 (java) S 19657 19644 19607 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22191250 885141504 10244 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19658/tid=19664] ppid=19657 vsize=864396 CPUtime=0.07
/proc/19658/task/19664/stat : 19664 (java) S 19657 19644 19607 0 -1 64 327 0 0 0 7 0 0 0 16 0 9 0 22191250 885141504 10244 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19658/tid=19665] ppid=19657 vsize=864396 CPUtime=0
/proc/19658/task/19665/stat : 19665 (java) S 19657 19644 19607 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22191250 885141504 10244 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19658/tid=19666] ppid=19657 vsize=864396 CPUtime=0
/proc/19658/task/19666/stat : 19666 (java) S 19657 19644 19607 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22191250 885141504 10244 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 886620

[startup+6.30152 s]
/proc/loadavg: 2.02 1.84 1.84 3/93 19666
/proc/meminfo: memFree=1757880/2055920 swapFree=4192812/4192956
[pid=19644] ppid=19642 vsize=16868 CPUtime=0.43
/proc/19644/stat : 19644 (sugar) S 19642 19644 19607 0 -1 4194304 1310 4474 0 1 6 1 34 2 15 0 1 0 22191198 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19644/statm: 4217 1111 409 3 0 796 0
[pid=19657] ppid=19644 vsize=5356 CPUtime=0
/proc/19657/stat : 19657 (sh) S 19644 19644 19607 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22191245 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19657/statm: 1339 233 193 169 0 50 0
[pid=19658] ppid=19657 vsize=864396 CPUtime=5.75
/proc/19658/stat : 19658 (java) S 19657 19644 19607 0 -1 0 12253 0 1 0 567 8 0 0 18 0 9 0 22191246 885141504 11366 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19658/statm: 216099 11366 2590 9 0 210576 0
[pid=19658/tid=19659] ppid=19657 vsize=864396 CPUtime=5.08
/proc/19658/task/19659/stat : 19659 (java) R 19657 19644 19607 0 -1 64 3032 0 1 0 505 3 0 0 25 0 9 0 22191246 885141504 11366 996147200 134512640 134550932 4294955936 18446744073709551615 4125952318 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19658/tid=19660] ppid=19657 vsize=864396 CPUtime=0.57
/proc/19658/task/19660/stat : 19660 (java) S 19657 19644 19607 0 -1 64 8192 0 0 0 53 4 0 0 16 0 9 0 22191248 885141504 11366 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19658/tid=19661] ppid=19657 vsize=864396 CPUtime=0
/proc/19658/task/19661/stat : 19661 (java) S 19657 19644 19607 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22191248 885141504 11366 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19658/tid=19662] ppid=19657 vsize=864396 CPUtime=0
/proc/19658/task/19662/stat : 19662 (java) S 19657 19644 19607 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22191248 885141504 11366 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19658/tid=19663] ppid=19657 vsize=864396 CPUtime=0
/proc/19658/task/19663/stat : 19663 (java) S 19657 19644 19607 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22191250 885141504 11366 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19658/tid=19664] ppid=19657 vsize=864396 CPUtime=0.08
/proc/19658/task/19664/stat : 19664 (java) S 19657 19644 19607 0 -1 64 330 0 0 0 8 0 0 0 16 0 9 0 22191250 885141504 11366 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19658/tid=19665] ppid=19657 vsize=864396 CPUtime=0
/proc/19658/task/19665/stat : 19665 (java) S 19657 19644 19607 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22191250 885141504 11366 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19658/tid=19666] ppid=19657 vsize=864396 CPUtime=0
/proc/19658/task/19666/stat : 19666 (java) S 19657 19644 19607 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22191250 885141504 11366 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 886620

[startup+12.7021 s]
/proc/loadavg: 2.02 1.84 1.84 3/93 19666
/proc/meminfo: memFree=1742008/2055920 swapFree=4192812/4192956
[pid=19644] ppid=19642 vsize=16868 CPUtime=0.43
/proc/19644/stat : 19644 (sugar) S 19642 19644 19607 0 -1 4194304 1310 4474 0 1 6 1 34 2 16 0 1 0 22191198 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19644/statm: 4217 1111 409 3 0 796 0
[pid=19657] ppid=19644 vsize=5356 CPUtime=0
/proc/19657/stat : 19657 (sh) S 19644 19644 19607 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22191245 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19657/statm: 1339 233 193 169 0 50 0
[pid=19658] ppid=19657 vsize=864396 CPUtime=12.09
/proc/19658/stat : 19658 (java) S 19657 19644 19607 0 -1 0 15147 0 1 0 1193 16 0 0 18 0 9 0 22191246 885141504 12858 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19658/statm: 216099 12858 2590 9 0 210576 0
[pid=19658/tid=19659] ppid=19657 vsize=864396 CPUtime=11.11
/proc/19658/task/19659/stat : 19659 (java) R 19657 19644 19607 0 -1 64 3217 0 1 0 1103 8 0 0 25 0 9 0 22191246 885141504 12858 996147200 134512640 134550932 4294955936 18446744073709551615 102093410 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19658/tid=19660] ppid=19657 vsize=864396 CPUtime=0.87
/proc/19658/task/19660/stat : 19660 (java) S 19657 19644 19607 0 -1 64 10897 0 0 0 80 7 0 0 16 0 9 0 22191248 885141504 12858 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19658/tid=19661] ppid=19657 vsize=864396 CPUtime=0
/proc/19658/task/19661/stat : 19661 (java) S 19657 19644 19607 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22191248 885141504 12858 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19658/tid=19662] ppid=19657 vsize=864396 CPUtime=0
/proc/19658/task/19662/stat : 19662 (java) S 19657 19644 19607 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22191248 885141504 12858 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19658/tid=19663] ppid=19657 vsize=864396 CPUtime=0
/proc/19658/task/19663/stat : 19663 (java) S 19657 19644 19607 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22191250 885141504 12858 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19658/tid=19664] ppid=19657 vsize=864396 CPUtime=0.09
/proc/19658/task/19664/stat : 19664 (java) S 19657 19644 19607 0 -1 64 334 0 0 0 9 0 0 0 17 0 9 0 22191250 885141504 12858 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19658/tid=19665] ppid=19657 vsize=864396 CPUtime=0
/proc/19658/task/19665/stat : 19665 (java) S 19657 19644 19607 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22191250 885141504 12858 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19658/tid=19666] ppid=19657 vsize=864396 CPUtime=0
/proc/19658/task/19666/stat : 19666 (java) S 19657 19644 19607 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22191250 885141504 12858 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 886620

[startup+25.5023 s]
/proc/loadavg: 2.02 1.85 1.84 3/93 19666
/proc/meminfo: memFree=1725816/2055920 swapFree=4192812/4192956
[pid=19644] ppid=19642 vsize=16868 CPUtime=0.43
/proc/19644/stat : 19644 (sugar) S 19642 19644 19607 0 -1 4194304 1310 4474 0 1 6 1 34 2 16 0 1 0 22191198 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19644/statm: 4217 1111 409 3 0 796 0
[pid=19657] ppid=19644 vsize=5356 CPUtime=0
/proc/19657/stat : 19657 (sh) S 19644 19644 19607 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22191245 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19657/statm: 1339 233 193 169 0 50 0
[pid=19658] ppid=19657 vsize=864396 CPUtime=24.76
/proc/19658/stat : 19658 (java) S 19657 19644 19607 0 -1 0 17269 0 1 0 2451 25 0 0 18 0 9 0 22191246 885141504 13443 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19658/statm: 216099 13443 2590 9 0 210576 0
[pid=19658/tid=19659] ppid=19657 vsize=864396 CPUtime=23.31
/proc/19658/task/19659/stat : 19659 (java) R 19657 19644 19607 0 -1 64 3527 0 1 0 2318 13 0 0 25 0 9 0 22191246 885141504 13443 996147200 134512640 134550932 4294955936 18446744073709551615 103210661 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19658/tid=19660] ppid=19657 vsize=864396 CPUtime=1.34
/proc/19658/task/19660/stat : 19660 (java) S 19657 19644 19607 0 -1 64 12709 0 0 0 124 10 0 0 16 0 9 0 22191248 885141504 13443 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19658/tid=19661] ppid=19657 vsize=864396 CPUtime=0
/proc/19658/task/19661/stat : 19661 (java) S 19657 19644 19607 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22191248 885141504 13443 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19658/tid=19662] ppid=19657 vsize=864396 CPUtime=0
/proc/19658/task/19662/stat : 19662 (java) S 19657 19644 19607 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22191248 885141504 13443 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19658/tid=19663] ppid=19657 vsize=864396 CPUtime=0
/proc/19658/task/19663/stat : 19663 (java) S 19657 19644 19607 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22191250 885141504 13443 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19658/tid=19664] ppid=19657 vsize=864396 CPUtime=0.09
/proc/19658/task/19664/stat : 19664 (java) S 19657 19644 19607 0 -1 64 334 0 0 0 9 0 0 0 17 0 9 0 22191250 885141504 13443 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19658/tid=19665] ppid=19657 vsize=864396 CPUtime=0
/proc/19658/task/19665/stat : 19665 (java) S 19657 19644 19607 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22191250 885141504 13443 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19658/tid=19666] ppid=19657 vsize=864396 CPUtime=0
/proc/19658/task/19666/stat : 19666 (java) S 19657 19644 19607 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22191250 885141504 13443 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 886620

[startup+51.1016 s]
/proc/loadavg: 2.01 1.86 1.85 3/93 19666
/proc/meminfo: memFree=1688184/2055920 swapFree=4192812/4192956
[pid=19644] ppid=19642 vsize=16868 CPUtime=49.97
/proc/19644/stat : 19644 (sugar) S 19642 19644 19607 0 -1 4194304 1376 25992 0 2 6 1 4942 48 16 0 1 0 22191198 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19644/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 49.97
Current children cumulated vsize (KiB) 16868

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

[startup+52.7017 s]
/proc/loadavg: 2.01 1.86 1.85 3/85 19668
/proc/meminfo: memFree=1683256/2055920 swapFree=4192812/4192956
[pid=19644] ppid=19642 vsize=16868 CPUtime=49.97
/proc/19644/stat : 19644 (sugar) S 19642 19644 19607 0 -1 4194304 1376 25992 0 2 6 1 4942 48 15 0 1 0 22191198 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19644/statm: 4217 1113 409 3 0 796 0
[pid=19667] ppid=19644 vsize=5356 CPUtime=0
/proc/19667/stat : 19667 (sh) S 19644 19644 19607 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22196256 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19667/statm: 1339 232 193 169 0 50 0
[pid=19668] ppid=19667 vsize=45940 CPUtime=2.1
/proc/19668/stat : 19668 (minisat) R 19667 19644 19607 0 -1 4194304 11375 0 0 0 200 10 0 0 25 0 1 0 22196256 47042560 11361 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19668/statm: 11485 11361 75 150 0 11332 0
Current children cumulated CPU time (s) 52.07
Current children cumulated vsize (KiB) 68164

[startup+53.1027 s]
/proc/loadavg: 2.01 1.86 1.85 3/85 19668
/proc/meminfo: memFree=1683256/2055920 swapFree=4192812/4192956
[pid=19644] ppid=19642 vsize=16868 CPUtime=49.97
/proc/19644/stat : 19644 (sugar) S 19642 19644 19607 0 -1 4194304 1376 25992 0 2 6 1 4942 48 15 0 1 0 22191198 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19644/statm: 4217 1113 409 3 0 796 0
[pid=19667] ppid=19644 vsize=5356 CPUtime=0
/proc/19667/stat : 19667 (sh) S 19644 19644 19607 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22196256 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19667/statm: 1339 232 193 169 0 50 0
[pid=19668] ppid=19667 vsize=46604 CPUtime=2.49
/proc/19668/stat : 19668 (minisat) R 19667 19644 19607 0 -1 4194304 11540 0 0 0 239 10 0 0 25 0 1 0 22196256 47722496 11526 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19668/statm: 11651 11526 75 150 0 11498 0
Current children cumulated CPU time (s) 52.46
Current children cumulated vsize (KiB) 68828

[startup+53.3028 s]
/proc/loadavg: 2.01 1.86 1.85 3/85 19668
/proc/meminfo: memFree=1683256/2055920 swapFree=4192812/4192956
[pid=19644] ppid=19642 vsize=16868 CPUtime=52.61
/proc/19644/stat : 19644 (sugar) S 19642 19644 19607 0 -1 4194304 1430 37843 0 2 6 1 5194 60 16 0 1 0 22191198 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19644/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 52.61
Current children cumulated vsize (KiB) 16868

[startup+53.4018 s]
/proc/loadavg: 2.01 1.86 1.85 3/85 19668
/proc/meminfo: memFree=1683256/2055920 swapFree=4192812/4192956
[pid=19644] ppid=19642 vsize=16868 CPUtime=52.61
/proc/19644/stat : 19644 (sugar) S 19642 19644 19607 0 -1 4194304 1449 37843 0 2 6 1 5194 60 15 0 1 0 22191198 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19644/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 52.61
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 53.4251
CPU time (s): 52.79
CPU user time (s): 52.1201
CPU system time (s): 0.669898
CPU usage (%): 98.8111
Max. virtual memory (cumulated for all children) (KiB): 889832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 52.1201
system time used= 0.669898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43165
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= 13663
involuntary context switches= 15539

runsolver used 0.069989 second user time and 0.19697 second system time

The end

Launcher Data

Begin job on node43 at 2009-07-12 00:27:53
IDJOB=2070257
IDBENCH=55160
IDSOLVER=739
FILE ID=node43/2070257-1247351273
PBS_JOBID= 9506958
Free space on /tmp= 66176 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg13-17_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-2070257-1247351273/watcher-2070257-1247351273 -o /tmp/evaluation-result-2070257-1247351273/solver-2070257-1247351273 -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-2070257-1247351273.xml

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

MD5SUM BENCH= 8eb0e06cd83832f8013785f46c061cae
RANDOM SEED=728470078

node43.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.213
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	: 5931.00
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.213
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:       1797872 kB
Buffers:         11064 kB
Cached:          78492 kB
SwapCached:          0 kB
Active:         189296 kB
Inactive:        21272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1797872 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9336 kB
Writeback:           0 kB
Mapped:         142324 kB
Slab:            32432 kB
Committed_AS:   318004 kB
PageTables:       2204 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= 66156 MiB
End job on node43 at 2009-07-12 00:28:47