Trace number 2076274

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 38.5041 40.3817

General information on the benchmark

Namecsp/lexPuzzle/
normalized-crossword-m1-lex-puzzle22.xml
MD5SUMf1c6bf620952c726a0b7422016268834
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.154975
Satisfiable
(Un)Satisfiability was proved
Number of variables132
Number of constraints662
Maximum constraint arity26
Maximum domain size26
Number of constraints which are defined in extension60
Number of constraints which are defined in intension602
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 03:36:05 2009
0.00/0.08	c 0	PID 19297
0.00/0.08	c 0	HOST node28.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2076274-1247362565.xml TO HOME/temp.csp
0.00/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-2076274-1247362565.xml' 'HOME/temp.csp'
0.06/0.63	c 1	1 domains, 132 variables, 6 predicates, 4 relations, 662 constraints
0.06/0.68	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.68	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.56/0.76	c 1	Parsing HOME/temp.csp
0.56/0.87	c 1	parsed 805 expressions
0.56/0.89	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.56/0.89	c 1	Converting to clausal form CSP
0.56/0.91	c 1	converted 81 (10%) expressions
0.56/0.97	c 1	converted 161 (20%) expressions
1.36/1.52	c 2	converted 242 (30%) expressions
1.46/1.63	c 2	converted 322 (40%) expressions
1.46/1.65	c 2	converted 403 (50%) expressions
1.46/1.67	c 2	converted 483 (60%) expressions
1.46/1.68	c 2	converted 564 (70%) expressions
1.46/1.69	c 2	converted 644 (80%) expressions
1.56/1.70	c 2	converted 725 (90%) expressions
1.56/1.72	c 2	converted 805 (100%) expressions
1.56/1.72	c 2	CSP : 132 integers, 0 booleans, 662 clauses, largest domain size 26
1.56/1.72	c 2	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.56/1.72	c 2	Propagation in CSP
1.56/1.73	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.56/1.73	c 2	CSP : 132 integers, 0 booleans, 662 clauses, largest domain size 26
1.56/1.73	c 2	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.56/1.74	c 2	Simplifing CSP by introducing new Boolean variables
1.56/1.78	c 2	CSP : 132 integers, 4512 booleans, 5174 clauses, largest domain size 26
1.56/1.78	c 2	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.75/1.90	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.75/1.91	c 2	14 (10%) CSP integer variables are encoded (336 clauses, 3552 bytes)
1.75/1.91	c 2	27 (20%) CSP integer variables are encoded (648 clauses, 6984 bytes)
1.75/1.92	c 2	40 (30%) CSP integer variables are encoded (960 clauses, 10417 bytes)
1.75/1.92	c 2	53 (40%) CSP integer variables are encoded (1272 clauses, 14473 bytes)
1.75/1.92	c 2	66 (50%) CSP integer variables are encoded (1584 clauses, 18529 bytes)
1.75/1.92	c 2	80 (60%) CSP integer variables are encoded (1920 clauses, 22897 bytes)
1.75/1.92	c 2	93 (70%) CSP integer variables are encoded (2232 clauses, 26953 bytes)
1.75/1.92	c 2	106 (80%) CSP integer variables are encoded (2544 clauses, 31009 bytes)
1.75/1.92	c 2	119 (90%) CSP integer variables are encoded (2856 clauses, 35065 bytes)
1.75/1.92	c 2	132 (100%) CSP integer variables are encoded (3168 clauses, 39121 bytes)
9.34/9.87	c 10	518 (10%) CSP clauses are encoded (240649 clauses, 8563307 bytes)
9.43/9.90	c 10	1035 (20%) CSP clauses are encoded (252241 clauses, 8777569 bytes)
9.43/9.93	c 10	1553 (30%) CSP clauses are encoded (263859 clauses, 8994389 bytes)
9.43/9.97	c 10	2070 (40%) CSP clauses are encoded (275826 clauses, 9197659 bytes)
9.43/9.99	c 10	2587 (50%) CSP clauses are encoded (287818 clauses, 9404197 bytes)
9.53/10.02	c 10	3105 (60%) CSP clauses are encoded (299861 clauses, 9617149 bytes)
9.53/10.04	c 10	3622 (70%) CSP clauses are encoded (311853 clauses, 9829657 bytes)
9.53/10.07	c 10	4140 (80%) CSP clauses are encoded (323896 clauses, 10047789 bytes)
9.53/10.09	c 10	4657 (90%) CSP clauses are encoded (335888 clauses, 10271922 bytes)
11.22/11.70	c 12	5174 (100%) CSP clauses are encoded (375222 clauses, 12636875 bytes)
11.22/11.70	c 12	5174 CSP clauses encoded
11.22/11.70	c 12	Writing map file : HOME/temp.map
11.22/11.71	c 12	Heap : 31 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
11.22/11.71	c 12	SAT : 7812 SAT variables, 375222 SAT clauses, 12636875 bytes
11.22/11.71	c 12	Heap : 31 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
11.22/11.73	c 12	SOLVING HOME/temp.cnf
11.22/11.73	c 12	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
11.22/11.73	c 12	This is MiniSat 2.0 beta
11.22/11.73	c 12	WARNING: for repeatability, setting FPU to use double precision
11.22/11.73	c 12	============================[ Problem Statistics ]=============================
11.22/11.73	c 12	|                                                                             |
11.22/11.73	c 12	|  Number of variables:  7812                                                 |
11.22/11.73	c 12	|  Number of clauses:    375222                                               |
11.25/12.03	c 12	|  Parsing time:         0.26         s                                       |
11.25/12.05	c 12	============================[ Search Statistics ]==============================
11.25/12.05	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.25/12.05	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.25/12.05	c 12	===============================================================================
11.25/12.05	c 12	|         0 |    7800   374308  2288292 |   124769        0    nan |  0.000 % |
11.25/12.09	c 12	|       100 |    7800   374308  2288292 |   137246      100     10 |  0.154 % |
11.25/12.13	c 12	|       251 |    7800   374308  2288292 |   150970      251     10 |  0.154 % |
11.25/12.17	c 12	|       477 |    7800   374308  2288292 |   166067      477      9 |  0.154 % |
11.25/12.20	c 12	|       814 |    7800   374308  2288292 |   182674      814      9 |  0.154 % |
11.25/12.30	c 12	|      1321 |    7800   374308  2288292 |   200942     1321      9 |  0.154 % |
11.80/12.37	c 13	|      2082 |    7800   374308  2288292 |   221036     2082      9 |  0.154 % |
11.90/12.48	c 13	|      3221 |    7800   374308  2288292 |   243140     3221      9 |  0.154 % |
12.10/12.68	c 13	|      4929 |    7799   374308  2288292 |   267454     4928      9 |  0.166 % |
12.49/13.00	c 13	|      7491 |    7799   374308  2288292 |   294199     7490     10 |  0.166 % |
12.79/13.37	c 14	|     11336 |    7799   374308  2288292 |   323619    11335     11 |  0.166 % |
13.78/14.33	c 15	|     17103 |    7799   374308  2288292 |   355981    17102     12 |  0.166 % |
14.93/16.84	c 17	|     25752 |    7798   374308  2288292 |   391579    25750     12 |  0.179 % |
17.22/19.13	c 19	|     38726 |    7797   374028  2287203 |   430737    38722     13 |  0.192 % |
21.61/23.52	c 24	|     58188 |    7795   374028  2287203 |   473811    58182     13 |  0.218 % |
30.70/32.69	c 33	|     87381 |    7793   374028  2287203 |   521192    87373     14 |  0.243 % |
38.19/40.20	c 40	===============================================================================
38.19/40.20	c 40	restarts              : 16
38.19/40.20	c 40	conflicts             : 114376         (4242 /sec)
38.19/40.20	c 40	decisions             : 176826         (1.79 % random) (6558 /sec)
38.19/40.20	c 40	propagations          : 8592686        (318686 /sec)
38.19/40.20	c 40	conflict literals     : 1608103        (26.33 % deleted)
38.19/40.20	c 40	Memory used           : 34.63 MB
38.19/40.20	c 40	CPU time              : 26.9629 s
38.19/40.20	c 40	
38.29/40.20	c 40	SATISFIABLE
38.29/40.21	c 40	DECODING HOME/temp.out WITH HOME/temp.map
38.29/40.21	c 40	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'
38.29/40.29	c 40	Decoding HOME/temp.out
38.31/40.35	s SATISFIABLE
38.31/40.36	v 14 19 8 18 1 19 11 5 0 19 4 17 0 18 15 17 14 4 4 13 14 11 0 23 11 4 20 17 13 0 13 13 0 11 8 4 2 7 19 4 13 18 19 4 8 13 19 4 4 24 0 7 11 4 0 17 13 19 4 13 18 4 19 24 15 14 17 24 0 13 21 4 17 18 4 18 22 20 13 6 2 17 19 18 18 4 8 13 2 14 17 17 20 15 19 8 1 11 4 17 4 0 15 20 18 4 6 11 14 1 12 8 13 8 18 8 17 7 20 6 4 0 11 4 2 19 0 12 19 4 4 13
38.31/40.36	c 41	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
38.31/40.38	c 41	CPU 38.47 (0.05 0.02 38.03 0.37)
38.31/40.38	c 41	END Sun Jul 12 03:36:46 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-2076274-1247362565/watcher-2076274-1247362565 -o /tmp/evaluation-result-2076274-1247362565/solver-2076274-1247362565 -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-2076274-1247362565.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.56 2.34 2.23 4/73 19297
/proc/meminfo: memFree=1787760/2055920 swapFree=4192812/4192956
[pid=19297] ppid=19295 vsize=12268 CPUtime=0
/proc/19297/stat : 19297 (sugar) R 19295 19297 16948 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 23323140 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 217871776357 0 0 4224 0 0 0 0 17 1 0 0
/proc/19297/statm: 3067 316 241 3 0 167 0

[startup+0.108352 s]
/proc/loadavg: 2.56 2.34 2.23 4/73 19297
/proc/meminfo: memFree=1787760/2055920 swapFree=4192812/4192956
[pid=19297] ppid=19295 vsize=16868 CPUtime=0.06
/proc/19297/stat : 19297 (sugar) S 19295 19297 16948 0 -1 4194304 1227 128 0 0 4 2 0 0 19 0 1 0 23323140 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19297/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.201363 s]
/proc/loadavg: 2.56 2.34 2.23 4/73 19297
/proc/meminfo: memFree=1787760/2055920 swapFree=4192812/4192956
[pid=19297] ppid=19295 vsize=16868 CPUtime=0.06
/proc/19297/stat : 19297 (sugar) S 19295 19297 16948 0 -1 4194304 1227 128 0 0 4 2 0 0 19 0 1 0 23323140 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19297/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301373 s]
/proc/loadavg: 2.56 2.34 2.23 4/73 19297
/proc/meminfo: memFree=1787760/2055920 swapFree=4192812/4192956
[pid=19297] ppid=19295 vsize=16868 CPUtime=0.06
/proc/19297/stat : 19297 (sugar) S 19295 19297 16948 0 -1 4194304 1227 128 0 0 4 2 0 0 19 0 1 0 23323140 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19297/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70142 s]
/proc/loadavg: 2.56 2.34 2.23 4/73 19297
/proc/meminfo: memFree=1787760/2055920 swapFree=4192812/4192956
[pid=19297] ppid=19295 vsize=16868 CPUtime=0.56
/proc/19297/stat : 19297 (sugar) S 19295 19297 16948 0 -1 4194304 1292 4945 0 1 4 2 47 3 16 0 1 0 23323140 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19297/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 16868

[startup+1.50252 s]
/proc/loadavg: 2.56 2.34 2.23 3/84 19319
/proc/meminfo: memFree=1771672/2055920 swapFree=4192812/4192956
[pid=19297] ppid=19295 vsize=16868 CPUtime=0.57
/proc/19297/stat : 19297 (sugar) S 19295 19297 16948 0 -1 4194304 1309 4945 0 1 5 2 47 3 15 0 1 0 23323140 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19297/statm: 4217 1111 409 3 0 796 0
[pid=19310] ppid=19297 vsize=5356 CPUtime=0
/proc/19310/stat : 19310 (sh) S 19297 19297 16948 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23323208 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19310/statm: 1339 233 193 169 0 50 0
[pid=19311] ppid=19310 vsize=864336 CPUtime=0.79
/proc/19311/stat : 19311 (java) S 19310 19297 16948 0 -1 0 9047 0 1 0 75 4 0 0 19 0 9 0 23323208 885080064 8309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19311/statm: 216084 8309 2566 9 0 210589 0
[pid=19311/tid=19312] ppid=19310 vsize=864336 CPUtime=0.4
/proc/19311/task/19312/stat : 19312 (java) R 19310 19297 16948 0 -1 64 2813 0 1 0 39 1 0 0 19 0 9 0 23323209 885080064 8309 996147200 134512640 134550932 4294955936 18446744073709551615 4125979457 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19311/tid=19313] ppid=19310 vsize=864336 CPUtime=0.32
/proc/19311/task/19313/stat : 19313 (java) S 19310 19297 16948 0 -1 64 5225 0 0 0 31 1 0 0 16 0 9 0 23323210 885080064 8309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19311/tid=19314] ppid=19310 vsize=864336 CPUtime=0
/proc/19311/task/19314/stat : 19314 (java) S 19310 19297 16948 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23323211 885080064 8309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19311/tid=19315] ppid=19310 vsize=864336 CPUtime=0
/proc/19311/task/19315/stat : 19315 (java) S 19310 19297 16948 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23323211 885080064 8309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19311/tid=19316] ppid=19310 vsize=864336 CPUtime=0
/proc/19311/task/19316/stat : 19316 (java) S 19310 19297 16948 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23323213 885080064 8309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19311/tid=19317] ppid=19310 vsize=864336 CPUtime=0.04
/proc/19311/task/19317/stat : 19317 (java) S 19310 19297 16948 0 -1 64 311 0 0 0 4 0 0 0 16 0 9 0 23323213 885080064 8309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19311/tid=19318] ppid=19310 vsize=864336 CPUtime=0
/proc/19311/task/19318/stat : 19318 (java) S 19310 19297 16948 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23323213 885080064 8309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19311/tid=19319] ppid=19310 vsize=864336 CPUtime=0
/proc/19311/task/19319/stat : 19319 (java) S 19310 19297 16948 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23323213 885080064 8309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 886560

[startup+3.10271 s]
/proc/loadavg: 2.56 2.34 2.23 4/84 19319
/proc/meminfo: memFree=1751704/2055920 swapFree=4192812/4192956
[pid=19297] ppid=19295 vsize=16868 CPUtime=0.57
/proc/19297/stat : 19297 (sugar) S 19295 19297 16948 0 -1 4194304 1310 4945 0 1 5 2 47 3 15 0 1 0 23323140 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19297/statm: 4217 1111 409 3 0 796 0
[pid=19310] ppid=19297 vsize=5356 CPUtime=0
/proc/19310/stat : 19310 (sh) S 19297 19297 16948 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23323208 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19310/statm: 1339 233 193 169 0 50 0
[pid=19311] ppid=19310 vsize=868588 CPUtime=2.37
/proc/19311/stat : 19311 (java) S 19310 19297 16948 0 -1 0 11887 0 1 0 230 7 0 0 19 0 9 0 23323208 889434112 11033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19311/statm: 217147 11033 2591 9 0 211624 0
[pid=19311/tid=19312] ppid=19310 vsize=868588 CPUtime=1.61
/proc/19311/task/19312/stat : 19312 (java) R 19310 19297 16948 0 -1 64 3014 0 1 0 158 3 0 0 25 0 9 0 23323209 889434112 11033 996147200 134512640 134550932 4294955936 18446744073709551615 4126901268 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19311/tid=19313] ppid=19310 vsize=868588 CPUtime=0.55
/proc/19311/task/19313/stat : 19313 (java) S 19310 19297 16948 0 -1 64 6689 0 0 0 53 2 0 0 16 0 9 0 23323210 889434112 11033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19311/tid=19314] ppid=19310 vsize=868588 CPUtime=0
/proc/19311/task/19314/stat : 19314 (java) S 19310 19297 16948 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23323211 889434112 11033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19311/tid=19315] ppid=19310 vsize=868588 CPUtime=0
/proc/19311/task/19315/stat : 19315 (java) S 19310 19297 16948 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23323211 889434112 11033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19311/tid=19316] ppid=19310 vsize=868588 CPUtime=0
/proc/19311/task/19316/stat : 19316 (java) S 19310 19297 16948 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23323213 889434112 11033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19311/tid=19317] ppid=19310 vsize=868588 CPUtime=0.17
/proc/19311/task/19317/stat : 19317 (java) S 19310 19297 16948 0 -1 64 1486 0 0 0 17 0 0 0 16 0 9 0 23323213 889434112 11033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19311/tid=19318] ppid=19310 vsize=868588 CPUtime=0
/proc/19311/task/19318/stat : 19318 (java) S 19310 19297 16948 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23323213 889434112 11033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19311/tid=19319] ppid=19310 vsize=868588 CPUtime=0
/proc/19311/task/19319/stat : 19319 (java) S 19310 19297 16948 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23323213 889434112 11033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 890812

[startup+6.30109 s]
/proc/loadavg: 2.51 2.33 2.23 3/84 19319
/proc/meminfo: memFree=1737560/2055920 swapFree=4192812/4192956
[pid=19297] ppid=19295 vsize=16868 CPUtime=0.57
/proc/19297/stat : 19297 (sugar) S 19295 19297 16948 0 -1 4194304 1310 4945 0 1 5 2 47 3 15 0 1 0 23323140 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19297/statm: 4217 1111 409 3 0 796 0
[pid=19310] ppid=19297 vsize=5356 CPUtime=0
/proc/19310/stat : 19310 (sh) S 19297 19297 16948 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23323208 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19310/statm: 1339 233 193 169 0 50 0
[pid=19311] ppid=19310 vsize=868672 CPUtime=5.3
/proc/19311/stat : 19311 (java) S 19310 19297 16948 0 -1 0 16678 0 1 0 516 14 0 0 19 0 9 0 23323208 889520128 13167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19311/statm: 217168 13167 2591 9 0 211645 0
[pid=19311/tid=19312] ppid=19310 vsize=868672 CPUtime=4.21
/proc/19311/task/19312/stat : 19312 (java) R 19310 19297 16948 0 -1 64 3127 0 1 0 416 5 0 0 25 0 9 0 23323209 889520128 13167 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19311/tid=19313] ppid=19310 vsize=868672 CPUtime=0.86
/proc/19311/task/19313/stat : 19313 (java) S 19310 19297 16948 0 -1 64 11366 0 0 0 81 5 0 0 16 0 9 0 23323210 889520128 13167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19311/tid=19314] ppid=19310 vsize=868672 CPUtime=0
/proc/19311/task/19314/stat : 19314 (java) S 19310 19297 16948 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23323211 889520128 13167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19311/tid=19315] ppid=19310 vsize=868672 CPUtime=0
/proc/19311/task/19315/stat : 19315 (java) S 19310 19297 16948 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23323211 889520128 13167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19311/tid=19316] ppid=19310 vsize=868672 CPUtime=0
/proc/19311/task/19316/stat : 19316 (java) S 19310 19297 16948 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23323213 889520128 13167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19311/tid=19317] ppid=19310 vsize=868672 CPUtime=0.18
/proc/19311/task/19317/stat : 19317 (java) S 19310 19297 16948 0 -1 64 1487 0 0 0 18 0 0 0 16 0 9 0 23323213 889520128 13167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19311/tid=19318] ppid=19310 vsize=868672 CPUtime=0
/proc/19311/task/19318/stat : 19318 (java) S 19310 19297 16948 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23323213 889520128 13167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19311/tid=19319] ppid=19310 vsize=868672 CPUtime=0.02
/proc/19311/task/19319/stat : 19319 (java) S 19310 19297 16948 0 -1 64 0 0 0 0 0 2 0 0 15 0 9 0 23323213 889520128 13167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.87
Current children cumulated vsize (KiB) 890896

[startup+12.7029 s]
/proc/loadavg: 2.47 2.33 2.22 3/76 19321
/proc/meminfo: memFree=1748952/2055920 swapFree=4192812/4192956
[pid=19297] ppid=19295 vsize=16868 CPUtime=11.25
/proc/19297/stat : 19297 (sugar) S 19295 19297 16948 0 -1 4194304 1376 22560 0 2 5 2 1093 25 15 0 1 0 23323140 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19297/statm: 4217 1113 409 3 0 796 0
[pid=19320] ppid=19297 vsize=5356 CPUtime=0
/proc/19320/stat : 19320 (sh) S 19297 19297 16948 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23324313 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19320/statm: 1339 232 193 169 0 50 0
[pid=19321] ppid=19320 vsize=23968 CPUtime=0.95
/proc/19321/stat : 19321 (minisat) R 19320 19297 16948 0 -1 4194304 5830 0 0 0 92 3 0 0 25 0 1 0 23324313 24543232 5816 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19321/statm: 5992 5816 76 150 0 5839 0
Current children cumulated CPU time (s) 12.2
Current children cumulated vsize (KiB) 46192

[startup+25.5012 s]
/proc/loadavg: 2.37 2.31 2.22 3/76 19321
/proc/meminfo: memFree=1742552/2055920 swapFree=4192812/4192956
[pid=19297] ppid=19295 vsize=16868 CPUtime=11.25
/proc/19297/stat : 19297 (sugar) S 19295 19297 16948 0 -1 4194304 1376 22560 0 2 5 2 1093 25 16 0 1 0 23323140 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19297/statm: 4217 1113 409 3 0 796 0
[pid=19320] ppid=19297 vsize=5356 CPUtime=0
/proc/19320/stat : 19320 (sh) S 19297 19297 16948 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23324313 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19320/statm: 1339 232 193 169 0 50 0
[pid=19321] ppid=19320 vsize=30648 CPUtime=12.35
/proc/19321/stat : 19321 (minisat) R 19320 19297 16948 0 -1 4194304 7446 0 0 0 1229 6 0 0 25 0 1 0 23324313 31383552 7432 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19321/statm: 7662 7432 76 150 0 7509 0
Current children cumulated CPU time (s) 23.6
Current children cumulated vsize (KiB) 52872

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

[startup+25.9012 s]
/proc/loadavg: 2.37 2.31 2.22 3/76 19321
/proc/meminfo: memFree=1742168/2055920 swapFree=4192812/4192956
[pid=19297] ppid=19295 vsize=16868 CPUtime=11.25
/proc/19297/stat : 19297 (sugar) S 19295 19297 16948 0 -1 4194304 1376 22560 0 2 5 2 1093 25 16 0 1 0 23323140 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19297/statm: 4217 1113 409 3 0 796 0
[pid=19320] ppid=19297 vsize=5356 CPUtime=0
/proc/19320/stat : 19320 (sh) S 19297 19297 16948 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23324313 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19320/statm: 1339 232 193 169 0 50 0
[pid=19321] ppid=19320 vsize=30780 CPUtime=12.75
/proc/19321/stat : 19321 (minisat) R 19320 19297 16948 0 -1 4194304 7482 0 0 0 1269 6 0 0 25 0 1 0 23324313 31518720 7468 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19321/statm: 7695 7468 76 150 0 7542 0
Current children cumulated CPU time (s) 24
Current children cumulated vsize (KiB) 53004

[startup+32.307 s]
/proc/loadavg: 2.34 2.31 2.22 3/76 19321
/proc/meminfo: memFree=1740120/2055920 swapFree=4192812/4192956
[pid=19297] ppid=19295 vsize=16868 CPUtime=11.25
/proc/19297/stat : 19297 (sugar) S 19295 19297 16948 0 -1 4194304 1376 22560 0 2 5 2 1093 25 16 0 1 0 23323140 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19297/statm: 4217 1113 409 3 0 796 0
[pid=19320] ppid=19297 vsize=5356 CPUtime=0
/proc/19320/stat : 19320 (sh) S 19297 19297 16948 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23324313 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19320/statm: 1339 232 193 169 0 50 0
[pid=19321] ppid=19320 vsize=32632 CPUtime=19.15
/proc/19321/stat : 19321 (minisat) R 19320 19297 16948 0 -1 4194304 7974 0 0 0 1908 7 0 0 25 0 1 0 23324313 33415168 7960 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19321/statm: 8158 7960 76 150 0 8005 0
Current children cumulated CPU time (s) 30.4
Current children cumulated vsize (KiB) 54856

[startup+35.5014 s]
/proc/loadavg: 2.31 2.30 2.22 3/76 19321
/proc/meminfo: memFree=1738840/2055920 swapFree=4192812/4192956
[pid=19297] ppid=19295 vsize=16868 CPUtime=11.25
/proc/19297/stat : 19297 (sugar) S 19295 19297 16948 0 -1 4194304 1376 22560 0 2 5 2 1093 25 16 0 1 0 23323140 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19297/statm: 4217 1113 409 3 0 796 0
[pid=19320] ppid=19297 vsize=5356 CPUtime=0
/proc/19320/stat : 19320 (sh) S 19297 19297 16948 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23324313 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19320/statm: 1339 232 193 169 0 50 0
[pid=19321] ppid=19320 vsize=34004 CPUtime=22.34
/proc/19321/stat : 19321 (minisat) R 19320 19297 16948 0 -1 4194304 8300 0 0 0 2227 7 0 0 25 0 1 0 23324313 34820096 8286 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19321/statm: 8501 8286 76 150 0 8348 0
Current children cumulated CPU time (s) 33.59
Current children cumulated vsize (KiB) 56228

[startup+38.7018 s]
/proc/loadavg: 2.31 2.30 2.22 3/76 19321
/proc/meminfo: memFree=1738008/2055920 swapFree=4192812/4192956
[pid=19297] ppid=19295 vsize=16868 CPUtime=11.25
/proc/19297/stat : 19297 (sugar) S 19295 19297 16948 0 -1 4194304 1376 22560 0 2 5 2 1093 25 16 0 1 0 23323140 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19297/statm: 4217 1113 409 3 0 796 0
[pid=19320] ppid=19297 vsize=5356 CPUtime=0
/proc/19320/stat : 19320 (sh) S 19297 19297 16948 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23324313 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19320/statm: 1339 232 193 169 0 50 0
[pid=19321] ppid=19320 vsize=35060 CPUtime=25.54
/proc/19321/stat : 19321 (minisat) R 19320 19297 16948 0 -1 4194304 8570 0 0 0 2546 8 0 0 25 0 1 0 23324313 35901440 8556 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19321/statm: 8765 8556 76 150 0 8612 0
Current children cumulated CPU time (s) 36.79
Current children cumulated vsize (KiB) 57284

[startup+39.5029 s]
/proc/loadavg: 2.29 2.30 2.22 3/76 19321
/proc/meminfo: memFree=1737752/2055920 swapFree=4192812/4192956
[pid=19297] ppid=19295 vsize=16868 CPUtime=11.25
/proc/19297/stat : 19297 (sugar) S 19295 19297 16948 0 -1 4194304 1376 22560 0 2 5 2 1093 25 16 0 1 0 23323140 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19297/statm: 4217 1113 409 3 0 796 0
[pid=19320] ppid=19297 vsize=5356 CPUtime=0
/proc/19320/stat : 19320 (sh) S 19297 19297 16948 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23324313 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19320/statm: 1339 232 193 169 0 50 0
[pid=19321] ppid=19320 vsize=35328 CPUtime=26.34
/proc/19321/stat : 19321 (minisat) R 19320 19297 16948 0 -1 4194304 8635 0 0 0 2626 8 0 0 25 0 1 0 23324313 36175872 8621 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19321/statm: 8832 8621 76 150 0 8679 0
Current children cumulated CPU time (s) 37.59
Current children cumulated vsize (KiB) 57552

[startup+39.9029 s]
/proc/loadavg: 2.29 2.30 2.22 3/76 19321
/proc/meminfo: memFree=1737432/2055920 swapFree=4192812/4192956
[pid=19297] ppid=19295 vsize=16868 CPUtime=11.25
/proc/19297/stat : 19297 (sugar) S 19295 19297 16948 0 -1 4194304 1376 22560 0 2 5 2 1093 25 16 0 1 0 23323140 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19297/statm: 4217 1113 409 3 0 796 0
[pid=19320] ppid=19297 vsize=5356 CPUtime=0
/proc/19320/stat : 19320 (sh) S 19297 19297 16948 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23324313 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19320/statm: 1339 232 193 169 0 50 0
[pid=19321] ppid=19320 vsize=35460 CPUtime=26.74
/proc/19321/stat : 19321 (minisat) R 19320 19297 16948 0 -1 4194304 8653 0 0 0 2666 8 0 0 25 0 1 0 23324313 36311040 8639 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/19321/statm: 8865 8639 76 150 0 8712 0
Current children cumulated CPU time (s) 37.99
Current children cumulated vsize (KiB) 57684

[startup+40.303 s]
/proc/loadavg: 2.29 2.30 2.22 3/76 19321
/proc/meminfo: memFree=1737432/2055920 swapFree=4192812/4192956
[pid=19297] ppid=19295 vsize=16868 CPUtime=38.31
/proc/19297/stat : 19297 (sugar) S 19295 19297 16948 0 -1 4194304 1448 31534 0 2 5 2 3790 34 16 0 1 0 23323140 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19297/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 38.31
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 40.3817
CPU time (s): 38.5041
CPU user time (s): 38.0902
CPU system time (s): 0.413937
CPU usage (%): 95.3504
Max. virtual memory (cumulated for all children) (KiB): 896136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.0902
system time used= 0.413937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36861
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= 6000
involuntary context switches= 6143

runsolver used 0.073988 second user time and 0.163975 second system time

The end

Launcher Data

Begin job on node28 at 2009-07-12 03:36:05
IDJOB=2076274
IDBENCH=56399
IDSOLVER=739
FILE ID=node28/2076274-1247362565
PBS_JOBID= 9506896
Free space on /tmp= 66092 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/lexPuzzle/normalized-crossword-m1-lex-puzzle22.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-2076274-1247362565/watcher-2076274-1247362565 -o /tmp/evaluation-result-2076274-1247362565/solver-2076274-1247362565 -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-2076274-1247362565.xml

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

MD5SUM BENCH= f1c6bf620952c726a0b7422016268834
RANDOM SEED=401383655

node28.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.230
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.230
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:       1788240 kB
Buffers:          5876 kB
Cached:          93744 kB
SwapCached:          0 kB
Active:         201040 kB
Inactive:        21136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1788240 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1952 kB
Writeback:           0 kB
Mapped:         133284 kB
Slab:            30436 kB
Committed_AS:   325800 kB
PageTables:       2116 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66088 MiB
End job on node28 at 2009-07-12 03:36:46