Trace number 2065538

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 96.8133 97.4401

General information on the benchmark

Namecsp/primes-30/
normalized-primes-30-40-2-3.xml
MD5SUM3a0f347527e88127cec1ed569eb11f1d
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.12198
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity5
Maximum domain size112
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sat Jul 11 20:52:35 2009
0.00/0.07	c 0	PID 14710
0.00/0.07	c 0	HOST node8.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2065538-1247338354.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2065538-1247338354.xml' 'HOME/temp.csp'
0.06/0.30	c 0	1 domains, 100 variables, 40 predicates, 0 relations, 40 constraints
0.06/0.33	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.33	c 0	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.29/0.40	c 0	Parsing HOME/temp.csp
0.29/0.44	c 0	parsed 181 expressions
0.29/0.45	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.29/0.45	c 0	Converting to clausal form CSP
0.29/0.47	c 0	converted 19 (10%) expressions
0.29/0.47	c 0	converted 37 (20%) expressions
0.29/0.47	c 0	converted 55 (30%) expressions
0.29/0.47	c 0	converted 73 (40%) expressions
0.29/0.47	c 0	converted 91 (50%) expressions
0.29/0.47	c 0	converted 109 (60%) expressions
0.29/0.47	c 0	converted 127 (70%) expressions
0.29/0.49	c 0	converted 145 (80%) expressions
0.29/0.51	c 0	converted 163 (90%) expressions
0.29/0.56	c 0	converted 181 (100%) expressions
0.29/0.56	c 0	CSP : 164 integers, 0 booleans, 208 clauses, largest domain size 13987
0.29/0.56	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.29/0.56	c 0	Propagation in CSP
0.29/0.61	c 0	149669 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.29/0.61	c 0	CSP : 164 integers, 0 booleans, 208 clauses, largest domain size 11020
0.29/0.61	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.29/0.61	c 0	Simplifing CSP by introducing new Boolean variables
0.29/0.61	c 0	CSP : 164 integers, 0 booleans, 208 clauses, largest domain size 11020
0.29/0.61	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.29/0.63	c 0	Encoding CSP to SAT : HOME/temp.cnf
0.29/0.65	c 0	17 (10%) CSP integer variables are encoded (1070 clauses, 11789 bytes)
0.29/0.65	c 0	33 (20%) CSP integer variables are encoded (2022 clauses, 24165 bytes)
0.29/0.66	c 0	50 (30%) CSP integer variables are encoded (3033 clauses, 37308 bytes)
0.29/0.66	c 0	66 (40%) CSP integer variables are encoded (4337 clauses, 54260 bytes)
0.29/0.66	c 0	82 (50%) CSP integer variables are encoded (5910 clauses, 74709 bytes)
0.29/0.66	c 0	99 (60%) CSP integer variables are encoded (7280 clauses, 92519 bytes)
0.29/0.71	c 0	115 (70%) CSP integer variables are encoded (45940 clauses, 667166 bytes)
0.29/0.81	c 0	132 (80%) CSP integer variables are encoded (132111 clauses, 2024182 bytes)
0.29/0.86	c 0	148 (90%) CSP integer variables are encoded (170475 clauses, 2676370 bytes)
0.29/0.97	c 1	164 (100%) CSP integer variables are encoded (260075 clauses, 4199570 bytes)
0.94/1.00	c 1	21 (10%) CSP clauses are encoded (277476 clauses, 4502221 bytes)
0.94/1.03	c 1	42 (20%) CSP clauses are encoded (292377 clauses, 4767830 bytes)
0.94/1.07	c 1	63 (30%) CSP clauses are encoded (314323 clauses, 5185096 bytes)
1.14/1.20	c 1	84 (40%) CSP clauses are encoded (396354 clauses, 6740433 bytes)
1.24/1.30	c 1	104 (50%) CSP clauses are encoded (455651 clauses, 7872907 bytes)
1.24/1.37	c 1	125 (60%) CSP clauses are encoded (494569 clauses, 8652187 bytes)
1.73/1.81	c 1	146 (70%) CSP clauses are encoded (770204 clauses, 14336620 bytes)
2.43/2.50	c 2	167 (80%) CSP clauses are encoded (1208555 clauses, 23271827 bytes)
5.60/5.70	c 5	188 (90%) CSP clauses are encoded (3224523 clauses, 64585841 bytes)
7.60/7.72	c 7	208 (100%) CSP clauses are encoded (4497873 clauses, 91839244 bytes)
7.60/7.72	c 7	208 CSP clauses encoded
7.60/7.72	c 7	Writing map file : HOME/temp.map
7.60/7.72	c 7	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.60/7.72	c 7	SAT : 260228 SAT variables, 4497873 SAT clauses, 91839244 bytes
7.60/7.72	c 7	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.60/7.78	c 7	SOLVING HOME/temp.cnf
7.60/7.78	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.60/7.78	c 7	This is MiniSat 2.0 beta
7.60/7.78	c 7	WARNING: for repeatability, setting FPU to use double precision
7.60/7.78	c 7	============================[ Problem Statistics ]=============================
7.60/7.78	c 7	|                                                                             |
7.60/7.78	c 7	|  Number of variables:  260228                                               |
7.60/7.78	c 7	|  Number of clauses:    4497873                                              |
9.60/9.90	c 9	|  Parsing time:         1.80         s                                       |
9.80/10.00	c 10	============================[ Search Statistics ]==============================
9.80/10.00	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.80/10.00	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.80/10.00	c 10	===============================================================================
9.80/10.00	c 10	|         0 |  260228  4497873 13182638 |  1499291        0    nan |  0.000 % |
10.70/10.98	c 11	|       101 |  260213  4497873 13182638 |  1649220       99      6 |  0.042 % |
12.19/12.45	c 12	|       253 |  260210  4497873 13182638 |  1814142      251      8 |  0.042 % |
13.69/13.99	c 14	|       478 |  259904  4497873 13182638 |  1995556      470      7 |  3.378 % |
15.88/16.13	c 16	|       815 |  259799  4497873 13182638 |  2195111      801      6 |  7.183 % |
27.32/27.62	c 27	|      1321 |  240745  3952131 11573513 |  2414623     1018      7 |  7.795 % |
32.89/33.23	c 33	|      2081 |  240740  3952131 11573513 |  2656085     1776      9 |  8.101 % |
58.57/59.08	c 59	|      3220 |  238713  3933430 11520390 |  2921694     2859     10 |  8.268 % |
95.29/95.91	c 95	|      4928 |  212420  2862369  8347690 |  3213863     2477      9 | 20.370 % |
96.09/96.80	c 96	===============================================================================
96.19/96.82	c 96	restarts              : 9
96.19/96.82	c 96	conflicts             : 5048           (57 /sec)
96.19/96.82	c 96	decisions             : 8287           (1.21 % random) (94 /sec)
96.19/96.82	c 96	propagations          : 88263558       (999898 /sec)
96.19/96.82	c 96	conflict literals     : 48564          (37.28 % deleted)
96.19/96.82	c 96	Memory used           : 209.51 MB
96.19/96.82	c 96	CPU time              : 88.2726 s
96.19/96.82	c 96	
96.28/96.93	c 97	SATISFIABLE
96.28/96.96	c 97	DECODING HOME/temp.out WITH HOME/temp.map
96.28/96.96	c 97	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'
96.35/97.04	c 97	Decoding HOME/temp.out
96.35/97.35	s SATISFIABLE
96.35/97.36	v 43 59 113 101 100 101 59 113 70 3 5 19 73 113 89 44 113 10 83 75 37 23 107 113 66 113 64 43 19 101 113 41 46 67 113 107 43 59 3 83 113 7 28 113 47 113 23 47 13 2 113 59 3 45 103 7 5 73 59 3 53 53 113 107 103 13 59 113 43 113 97 113 41 53 62 107 113 47 113 30 113 67 113 113 112 113 7 37 47 71 41 113 103 27 11 55 59 17 68 113
96.35/97.37	c 97	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
96.35/97.40	c 97	CPU 96.74 (0.05 0.01 95.57 1.11)
96.35/97.40	c 97	END Sat Jul 11 20:54:12 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-2065538-1247338354/watcher-2065538-1247338354 -o /tmp/evaluation-result-2065538-1247338354/solver-2065538-1247338354 -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-2065538-1247338354.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.22 2.20 2.17 3/83 14710
/proc/meminfo: memFree=1124960/2055920 swapFree=4192956/4192956
[pid=14710] ppid=14708 vsize=12272 CPUtime=0
/proc/14710/stat : 14710 (sugar) R 14708 14710 14058 0 -1 4194304 360 0 0 0 0 0 0 0 18 0 1 0 20902706 12566528 328 996147200 4194304 4206940 548682068608 18446744073709551615 228715445246 0 0 4224 0 0 0 0 17 1 0 0
/proc/14710/statm: 3068 328 246 3 0 168 0

[startup+0.0807151 s]
/proc/loadavg: 2.22 2.20 2.17 3/83 14710
/proc/meminfo: memFree=1124960/2055920 swapFree=4192956/4192956
[pid=14710] ppid=14708 vsize=16868 CPUtime=0.06
/proc/14710/stat : 14710 (sugar) S 14708 14710 14058 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 20902706 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14710/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101716 s]
/proc/loadavg: 2.22 2.20 2.17 3/83 14710
/proc/meminfo: memFree=1124960/2055920 swapFree=4192956/4192956
[pid=14710] ppid=14708 vsize=16868 CPUtime=0.06
/proc/14710/stat : 14710 (sugar) S 14708 14710 14058 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 20902706 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14710/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301735 s]
/proc/loadavg: 2.22 2.20 2.17 3/83 14710
/proc/meminfo: memFree=1124960/2055920 swapFree=4192956/4192956
[pid=14710] ppid=14708 vsize=16868 CPUtime=0.06
/proc/14710/stat : 14710 (sugar) S 14708 14710 14058 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 20902706 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14710/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701768 s]
/proc/loadavg: 2.22 2.20 2.17 3/83 14710
/proc/meminfo: memFree=1124960/2055920 swapFree=4192956/4192956
[pid=14710] ppid=14708 vsize=16868 CPUtime=0.29
/proc/14710/stat : 14710 (sugar) S 14708 14710 14058 0 -1 4194304 1310 4359 0 1 5 1 20 3 15 0 1 0 20902706 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14710/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16868

[startup+1.50184 s]
/proc/loadavg: 2.22 2.20 2.17 3/94 14732
/proc/meminfo: memFree=1110336/2055920 swapFree=4192956/4192956
[pid=14710] ppid=14708 vsize=16868 CPUtime=0.29
/proc/14710/stat : 14710 (sugar) S 14708 14710 14058 0 -1 4194304 1310 4359 0 1 5 1 20 3 15 0 1 0 20902706 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14710/statm: 4217 1111 409 3 0 796 0
[pid=14723] ppid=14710 vsize=5356 CPUtime=0
/proc/14723/stat : 14723 (sh) S 14710 14710 14058 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20902740 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14723/statm: 1339 233 193 169 0 50 0
[pid=14724] ppid=14723 vsize=864292 CPUtime=1.15
/proc/14724/stat : 14724 (java) S 14723 14710 14058 0 -1 0 5327 0 1 0 105 10 0 0 19 0 9 0 20902740 885035008 4316 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14724/statm: 216073 4316 2589 9 0 210550 0
[pid=14724/tid=14725] ppid=14723 vsize=864292 CPUtime=0.96
/proc/14724/task/14725/stat : 14725 (java) R 14723 14710 14058 0 -1 64 2991 0 1 0 89 7 0 0 25 0 9 0 20902741 885035008 4316 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14724/tid=14726] ppid=14723 vsize=864292 CPUtime=0.08
/proc/14724/task/14726/stat : 14726 (java) S 14723 14710 14058 0 -1 64 1307 0 0 0 6 2 0 0 16 0 9 0 20902742 885035008 4316 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14724/tid=14727] ppid=14723 vsize=864292 CPUtime=0
/proc/14724/task/14727/stat : 14727 (java) S 14723 14710 14058 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20902742 885035008 4316 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14724/tid=14728] ppid=14723 vsize=864292 CPUtime=0
/proc/14724/task/14728/stat : 14728 (java) S 14723 14710 14058 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20902742 885035008 4316 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14724/tid=14729] ppid=14723 vsize=864292 CPUtime=0
/proc/14724/task/14729/stat : 14729 (java) S 14723 14710 14058 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20902744 885035008 4316 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14724/tid=14730] ppid=14723 vsize=864292 CPUtime=0.08
/proc/14724/task/14730/stat : 14730 (java) S 14723 14710 14058 0 -1 64 331 0 0 0 8 0 0 0 16 0 9 0 20902744 885035008 4316 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14724/tid=14731] ppid=14723 vsize=864292 CPUtime=0
/proc/14724/task/14731/stat : 14731 (java) S 14723 14710 14058 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20902744 885035008 4316 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14724/tid=14732] ppid=14723 vsize=864292 CPUtime=0
/proc/14724/task/14732/stat : 14732 (java) S 14723 14710 14058 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20902744 885035008 4316 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 886516

[startup+3.10199 s]
/proc/loadavg: 2.22 2.20 2.17 3/94 14732
/proc/meminfo: memFree=1096512/2055920 swapFree=4192956/4192956
[pid=14710] ppid=14708 vsize=16868 CPUtime=0.29
/proc/14710/stat : 14710 (sugar) S 14708 14710 14058 0 -1 4194304 1310 4359 0 1 5 1 20 3 15 0 1 0 20902706 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14710/statm: 4217 1111 409 3 0 796 0
[pid=14723] ppid=14710 vsize=5356 CPUtime=0
/proc/14723/stat : 14723 (sh) S 14710 14710 14058 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20902740 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14723/statm: 1339 233 193 169 0 50 0
[pid=14724] ppid=14723 vsize=864292 CPUtime=2.74
/proc/14724/stat : 14724 (java) S 14723 14710 14058 0 -1 0 5921 0 1 0 250 24 0 0 19 0 9 0 20902740 885035008 4317 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14724/statm: 216073 4317 2589 9 0 210550 0
[pid=14724/tid=14725] ppid=14723 vsize=864292 CPUtime=2.42
/proc/14724/task/14725/stat : 14725 (java) R 14723 14710 14058 0 -1 64 3584 0 1 0 224 18 0 0 25 0 9 0 20902741 885035008 4317 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14724/tid=14726] ppid=14723 vsize=864292 CPUtime=0.22
/proc/14724/task/14726/stat : 14726 (java) S 14723 14710 14058 0 -1 64 1307 0 0 0 17 5 0 0 16 0 9 0 20902742 885035008 4317 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14724/tid=14727] ppid=14723 vsize=864292 CPUtime=0
/proc/14724/task/14727/stat : 14727 (java) S 14723 14710 14058 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20902742 885035008 4317 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14724/tid=14728] ppid=14723 vsize=864292 CPUtime=0
/proc/14724/task/14728/stat : 14728 (java) S 14723 14710 14058 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20902742 885035008 4317 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14724/tid=14729] ppid=14723 vsize=864292 CPUtime=0
/proc/14724/task/14729/stat : 14729 (java) S 14723 14710 14058 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20902744 885035008 4317 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14724/tid=14730] ppid=14723 vsize=864292 CPUtime=0.08
/proc/14724/task/14730/stat : 14730 (java) S 14723 14710 14058 0 -1 64 332 0 0 0 8 0 0 0 16 0 9 0 20902744 885035008 4317 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14724/tid=14731] ppid=14723 vsize=864292 CPUtime=0
/proc/14724/task/14731/stat : 14731 (java) S 14723 14710 14058 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20902744 885035008 4317 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14724/tid=14732] ppid=14723 vsize=864292 CPUtime=0
/proc/14724/task/14732/stat : 14732 (java) S 14723 14710 14058 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20902744 885035008 4317 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 886516

[startup+6.30229 s]
/proc/loadavg: 2.29 2.22 2.18 3/94 14732
/proc/meminfo: memFree=1054400/2055920 swapFree=4192956/4192956
[pid=14710] ppid=14708 vsize=16868 CPUtime=0.29
/proc/14710/stat : 14710 (sugar) S 14708 14710 14058 0 -1 4194304 1310 4359 0 1 5 1 20 3 16 0 1 0 20902706 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14710/statm: 4217 1111 409 3 0 796 0
[pid=14723] ppid=14710 vsize=5356 CPUtime=0
/proc/14723/stat : 14723 (sh) S 14710 14710 14058 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20902740 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14723/statm: 1339 233 193 169 0 50 0
[pid=14724] ppid=14723 vsize=864292 CPUtime=5.91
/proc/14724/stat : 14724 (java) S 14723 14710 14058 0 -1 0 7090 0 1 0 535 56 0 0 19 0 9 0 20902740 885035008 4317 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14724/statm: 216073 4317 2589 9 0 210550 0
[pid=14724/tid=14725] ppid=14723 vsize=864292 CPUtime=5.31
/proc/14724/task/14725/stat : 14725 (java) R 14723 14710 14058 0 -1 64 4753 0 1 0 488 43 0 0 25 0 9 0 20902741 885035008 4317 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14724/tid=14726] ppid=14723 vsize=864292 CPUtime=0.49
/proc/14724/task/14726/stat : 14726 (java) S 14723 14710 14058 0 -1 64 1307 0 0 0 38 11 0 0 16 0 9 0 20902742 885035008 4317 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14724/tid=14727] ppid=14723 vsize=864292 CPUtime=0
/proc/14724/task/14727/stat : 14727 (java) S 14723 14710 14058 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20902742 885035008 4317 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14724/tid=14728] ppid=14723 vsize=864292 CPUtime=0
/proc/14724/task/14728/stat : 14728 (java) S 14723 14710 14058 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20902742 885035008 4317 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14724/tid=14729] ppid=14723 vsize=864292 CPUtime=0
/proc/14724/task/14729/stat : 14729 (java) S 14723 14710 14058 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20902744 885035008 4317 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14724/tid=14730] ppid=14723 vsize=864292 CPUtime=0.08
/proc/14724/task/14730/stat : 14730 (java) S 14723 14710 14058 0 -1 64 332 0 0 0 8 0 0 0 16 0 9 0 20902744 885035008 4317 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14724/tid=14731] ppid=14723 vsize=864292 CPUtime=0
/proc/14724/task/14731/stat : 14731 (java) S 14723 14710 14058 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20902744 885035008 4317 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14724/tid=14732] ppid=14723 vsize=864292 CPUtime=0
/proc/14724/task/14732/stat : 14732 (java) S 14723 14710 14058 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20902744 885035008 4317 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 886516

[startup+12.7019 s]
/proc/loadavg: 2.26 2.21 2.18 3/86 14734
/proc/meminfo: memFree=825992/2055920 swapFree=4192956/4192956
[pid=14710] ppid=14708 vsize=16868 CPUtime=7.63
/proc/14710/stat : 14710 (sugar) S 14708 14710 14058 0 -1 4194304 1376 12284 0 2 5 1 684 73 16 0 1 0 20902706 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14710/statm: 4217 1113 409 3 0 796 0
[pid=14733] ppid=14710 vsize=5356 CPUtime=0
/proc/14733/stat : 14733 (sh) S 14710 14710 14058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20903485 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14733/statm: 1339 232 193 169 0 50 0
[pid=14734] ppid=14733 vsize=211236 CPUtime=4.86
/proc/14734/stat : 14734 (minisat) R 14733 14710 14058 0 -1 4194304 50615 0 0 0 456 30 0 0 25 0 1 0 20903485 216305664 50601 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14734/statm: 52809 50601 75 150 0 52656 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 233460

[startup+25.5011 s]
/proc/loadavg: 2.20 2.20 2.17 3/86 14734
/proc/meminfo: memFree=823056/2055920 swapFree=4192956/4192956
[pid=14710] ppid=14708 vsize=16868 CPUtime=7.63
/proc/14710/stat : 14710 (sugar) S 14708 14710 14058 0 -1 4194304 1376 12284 0 2 5 1 684 73 16 0 1 0 20902706 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14710/statm: 4217 1113 409 3 0 796 0
[pid=14733] ppid=14710 vsize=5356 CPUtime=0
/proc/14733/stat : 14733 (sh) S 14710 14710 14058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20903485 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14733/statm: 1339 232 193 169 0 50 0
[pid=14734] ppid=14733 vsize=213876 CPUtime=17.6
/proc/14734/stat : 14734 (minisat) R 14733 14710 14058 0 -1 4194304 51307 0 0 0 1729 31 0 0 25 0 1 0 20903485 219009024 51293 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/14734/statm: 53469 51293 75 150 0 53316 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 236100

[startup+51.1015 s]
/proc/loadavg: 2.13 2.18 2.17 3/86 14734
/proc/meminfo: memFree=823120/2055920 swapFree=4192956/4192956
[pid=14710] ppid=14708 vsize=16868 CPUtime=7.63
/proc/14710/stat : 14710 (sugar) S 14708 14710 14058 0 -1 4194304 1376 12284 0 2 5 1 684 73 16 0 1 0 20902706 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14710/statm: 4217 1113 409 3 0 796 0
[pid=14733] ppid=14710 vsize=5356 CPUtime=0
/proc/14733/stat : 14733 (sh) S 14710 14710 14058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20903485 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14733/statm: 1339 232 193 169 0 50 0
[pid=14734] ppid=14733 vsize=213876 CPUtime=43.08
/proc/14734/stat : 14734 (minisat) R 14733 14710 14058 0 -1 4194304 51313 0 0 0 4277 31 0 0 25 0 1 0 20903485 219009024 51299 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14734/statm: 53469 51299 75 150 0 53316 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 236100

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

[startup+76.7019 s]
/proc/loadavg: 2.09 2.17 2.16 4/86 14734
/proc/meminfo: memFree=823184/2055920 swapFree=4192956/4192956
[pid=14710] ppid=14708 vsize=16868 CPUtime=7.63
/proc/14710/stat : 14710 (sugar) S 14708 14710 14058 0 -1 4194304 1376 12284 0 2 5 1 684 73 16 0 1 0 20902706 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14710/statm: 4217 1113 409 3 0 796 0
[pid=14733] ppid=14710 vsize=5356 CPUtime=0
/proc/14733/stat : 14733 (sh) S 14710 14710 14058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20903485 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14733/statm: 1339 232 193 169 0 50 0
[pid=14734] ppid=14733 vsize=213876 CPUtime=68.56
/proc/14734/stat : 14734 (minisat) R 14733 14710 14058 0 -1 4194304 51317 0 0 0 6825 31 0 0 25 0 1 0 20903485 219009024 51303 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14734/statm: 53469 51303 75 150 0 53316 0
Current children cumulated CPU time (s) 76.19
Current children cumulated vsize (KiB) 236100

[startup+89.5011 s]
/proc/loadavg: 2.07 2.16 2.16 3/86 14734
/proc/meminfo: memFree=822928/2055920 swapFree=4192956/4192956
[pid=14710] ppid=14708 vsize=16868 CPUtime=7.63
/proc/14710/stat : 14710 (sugar) S 14708 14710 14058 0 -1 4194304 1376 12284 0 2 5 1 684 73 16 0 1 0 20902706 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14710/statm: 4217 1113 409 3 0 796 0
[pid=14733] ppid=14710 vsize=5356 CPUtime=0
/proc/14733/stat : 14733 (sh) S 14710 14710 14058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20903485 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14733/statm: 1339 232 193 169 0 50 0
[pid=14734] ppid=14733 vsize=213876 CPUtime=81.29
/proc/14734/stat : 14734 (minisat) R 14733 14710 14058 0 -1 4194304 51317 0 0 0 8098 31 0 0 25 0 1 0 20903485 219009024 51303 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 1 0 0
/proc/14734/statm: 53469 51303 75 150 0 53316 0
Current children cumulated CPU time (s) 88.92
Current children cumulated vsize (KiB) 236100

[startup+92.7024 s]
/proc/loadavg: 2.07 2.16 2.16 3/86 14734
/proc/meminfo: memFree=822992/2055920 swapFree=4192956/4192956
[pid=14710] ppid=14708 vsize=16868 CPUtime=7.63
/proc/14710/stat : 14710 (sugar) S 14708 14710 14058 0 -1 4194304 1376 12284 0 2 5 1 684 73 16 0 1 0 20902706 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14710/statm: 4217 1113 409 3 0 796 0
[pid=14733] ppid=14710 vsize=5356 CPUtime=0
/proc/14733/stat : 14733 (sh) S 14710 14710 14058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20903485 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14733/statm: 1339 232 193 169 0 50 0
[pid=14734] ppid=14733 vsize=213876 CPUtime=84.48
/proc/14734/stat : 14734 (minisat) R 14733 14710 14058 0 -1 4194304 51317 0 0 0 8417 31 0 0 25 0 1 0 20903485 219009024 51303 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14734/statm: 53469 51303 75 150 0 53316 0
Current children cumulated CPU time (s) 92.11
Current children cumulated vsize (KiB) 236100

[startup+95.9017 s]
/proc/loadavg: 2.06 2.16 2.16 3/86 14734
/proc/meminfo: memFree=822864/2055920 swapFree=4192956/4192956
[pid=14710] ppid=14708 vsize=16868 CPUtime=7.63
/proc/14710/stat : 14710 (sugar) S 14708 14710 14058 0 -1 4194304 1376 12284 0 2 5 1 684 73 16 0 1 0 20902706 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14710/statm: 4217 1113 409 3 0 796 0
[pid=14733] ppid=14710 vsize=5356 CPUtime=0
/proc/14733/stat : 14733 (sh) S 14710 14710 14058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20903485 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14733/statm: 1339 232 193 169 0 50 0
[pid=14734] ppid=14733 vsize=214280 CPUtime=87.66
/proc/14734/stat : 14734 (minisat) R 14733 14710 14058 0 -1 4194304 51369 0 0 0 8735 31 0 0 25 0 1 0 20903485 219422720 51355 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14734/statm: 53570 51355 75 150 0 53417 0
Current children cumulated CPU time (s) 95.29
Current children cumulated vsize (KiB) 236504

[startup+96.7018 s]
/proc/loadavg: 2.06 2.16 2.16 3/86 14734
/proc/meminfo: memFree=822864/2055920 swapFree=4192956/4192956
[pid=14710] ppid=14708 vsize=16868 CPUtime=7.63
/proc/14710/stat : 14710 (sugar) S 14708 14710 14058 0 -1 4194304 1376 12284 0 2 5 1 684 73 16 0 1 0 20902706 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14710/statm: 4217 1113 409 3 0 796 0
[pid=14733] ppid=14710 vsize=5356 CPUtime=0
/proc/14733/stat : 14733 (sh) S 14710 14710 14058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20903485 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14733/statm: 1339 232 193 169 0 50 0
[pid=14734] ppid=14733 vsize=214280 CPUtime=88.46
/proc/14734/stat : 14734 (minisat) R 14733 14710 14058 0 -1 4194304 51369 0 0 0 8815 31 0 0 25 0 1 0 20903485 219422720 51355 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 1 0 0
/proc/14734/statm: 53570 51355 75 150 0 53417 0
Current children cumulated CPU time (s) 96.09
Current children cumulated vsize (KiB) 236504

[startup+97.1019 s]
/proc/loadavg: 2.06 2.16 2.16 3/86 14734
/proc/meminfo: memFree=822864/2055920 swapFree=4192956/4192956
[pid=14710] ppid=14708 vsize=16868 CPUtime=96.35
/proc/14710/stat : 14710 (sugar) S 14708 14710 14058 0 -1 4194304 1448 64014 0 2 5 1 9521 108 15 0 1 0 20902706 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14710/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 96.35
Current children cumulated vsize (KiB) 16868

[startup+97.3019 s]
/proc/loadavg: 2.06 2.16 2.16 3/86 14734
/proc/meminfo: memFree=822864/2055920 swapFree=4192956/4192956
[pid=14710] ppid=14708 vsize=16868 CPUtime=96.35
/proc/14710/stat : 14710 (sugar) S 14708 14710 14058 0 -1 4194304 1448 64014 0 2 5 1 9521 108 15 0 1 0 20902706 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14710/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 96.35
Current children cumulated vsize (KiB) 16868

[startup+97.403 s]
/proc/loadavg: 2.06 2.16 2.16 3/86 14734
/proc/meminfo: memFree=822864/2055920 swapFree=4192956/4192956
[pid=14710] ppid=14708 vsize=16868 CPUtime=96.75
/proc/14710/stat : 14710 (sugar) R 14708 14710 14058 0 -1 4194304 1478 67815 0 3 5 2 9557 111 16 0 1 0 20902706 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 228706718761 0 0 4224 16386 0 0 0 17 0 0 0
/proc/14710/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 96.75
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 97.4401
CPU time (s): 96.8133
CPU user time (s): 95.6335
CPU system time (s): 1.17982
CPU usage (%): 99.3567
Max. virtual memory (cumulated for all children) (KiB): 886516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 95.6335
system time used= 1.17982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69353
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= 24535
involuntary context switches= 25411

runsolver used 0.096985 second user time and 0.281957 second system time

The end

Launcher Data

Begin job on node8 at 2009-07-11 20:52:35
IDJOB=2065538
IDBENCH=54370
IDSOLVER=739
FILE ID=node8/2065538-1247338354
PBS_JOBID= 9506793
Free space on /tmp= 66272 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/primes-30/normalized-primes-30-40-2-3.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-2065538-1247338354/watcher-2065538-1247338354 -o /tmp/evaluation-result-2065538-1247338354/solver-2065538-1247338354 -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-2065538-1247338354.xml

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

MD5SUM BENCH= 3a0f347527e88127cec1ed569eb11f1d
RANDOM SEED=1897307964

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1125440 kB
Buffers:         56384 kB
Cached:         671284 kB
SwapCached:          0 kB
Active:         316836 kB
Inactive:       558592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1125440 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1840 kB
Writeback:           0 kB
Mapped:         168252 kB
Slab:            39876 kB
Committed_AS:   293716 kB
PageTables:       2064 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= 66268 MiB
End job on node8 at 2009-07-11 20:54:12