Trace number 1078053

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.13+minisatSAT 305.493 306.749

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-40_ext.xml
MD5SUM72800f33560a9e3da2b338883daf5b30
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark20.0709
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints60
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension60
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 23:02:52 2008
0.00/0.04	c 0	PID 24706
0.04/0.05	c 0	HOST node44.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1078053-1215205371.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1078053-1215205371.xml' 'HOME/temp.csp'
0.04/0.94	c 1	1 domains, 20 variables, 0 predicates, 60 relations, 60 constraints
0.04/0.97	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.97	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.92/1.06	c 1	Parsing HOME/temp.csp
2.01/2.19	c 2	parsed 141 expressions
2.01/2.19	c 2	Heap : 21 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.01/2.19	c 2	Converting to clausal form CSP
2.12/2.21	c 2	converted 15 (10%) expressions
2.21/2.38	c 2	converted 29 (20%) expressions
2.21/2.38	c 2	converted 43 (30%) expressions
2.21/2.39	c 2	converted 57 (40%) expressions
2.30/2.41	c 2	converted 71 (50%) expressions
2.30/2.46	c 2	converted 85 (60%) expressions
2.41/2.57	c 2	converted 99 (70%) expressions
2.61/2.70	c 2	converted 113 (80%) expressions
2.91/3.01	c 3	converted 127 (90%) expressions
3.00/3.18	c 3	converted 141 (100%) expressions
3.00/3.18	c 3	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
3.00/3.18	c 3	Heap : 40 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.00/3.18	c 3	Propagation in CSP
3.00/3.18	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.00/3.18	c 3	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
3.00/3.18	c 3	Heap : 40 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.00/3.18	c 3	Simplifing CSP by introducing new Boolean variables
3.00/3.18	c 3	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
3.00/3.18	c 3	Heap : 40 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.20/3.31	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.20/3.32	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
3.20/3.32	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
3.20/3.32	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
3.20/3.32	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
3.20/3.33	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
3.20/3.33	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
3.20/3.33	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
3.20/3.33	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
3.20/3.33	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
3.20/3.33	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.39/3.53	c 3	6 (10%) CSP clauses are encoded (11128 clauses, 254682 bytes)
3.49/3.66	c 3	12 (20%) CSP clauses are encoded (21924 clauses, 513971 bytes)
3.60/3.80	c 4	18 (30%) CSP clauses are encoded (32704 clauses, 773058 bytes)
3.79/3.93	c 4	24 (40%) CSP clauses are encoded (43543 clauses, 1042204 bytes)
3.89/4.07	c 4	30 (50%) CSP clauses are encoded (54333 clauses, 1310008 bytes)
4.08/4.21	c 4	36 (60%) CSP clauses are encoded (65210 clauses, 1583483 bytes)
4.19/4.35	c 4	42 (70%) CSP clauses are encoded (76037 clauses, 1868664 bytes)
4.29/4.49	c 4	48 (80%) CSP clauses are encoded (86908 clauses, 2159393 bytes)
4.48/4.62	c 4	54 (90%) CSP clauses are encoded (97782 clauses, 2450448 bytes)
4.58/4.76	c 4	60 (100%) CSP clauses are encoded (108623 clauses, 2740935 bytes)
4.58/4.76	c 4	60 CSP clauses encoded
4.58/4.76	c 4	Writing map file : HOME/temp.map
4.58/4.76	c 4	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.58/4.76	c 4	SAT : 380 SAT variables, 108623 SAT clauses, 2740935 bytes
4.58/4.76	c 4	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.67/4.80	c 5	SOLVING HOME/temp.cnf
4.67/4.80	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.67/4.80	c 5	This is MiniSat 2.0 beta
4.67/4.80	c 5	WARNING: for repeatability, setting FPU to use double precision
4.67/4.80	c 5	============================[ Problem Statistics ]=============================
4.67/4.80	c 5	|                                                                             |
4.67/4.80	c 5	|  Number of variables:  380                                                  |
4.67/4.80	c 5	|  Number of clauses:    108623                                               |
4.67/4.87	c 5	|  Parsing time:         0.06         s                                       |
4.67/4.88	c 5	============================[ Search Statistics ]==============================
4.67/4.88	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.67/4.88	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.67/4.88	c 5	===============================================================================
4.67/4.88	c 5	|         0 |     380   108623   596412 |    36207        0    nan |  0.000 % |
4.67/4.95	c 5	|       101 |     380   108623   596412 |    39828      101      9 |  0.001 % |
4.67/5.02	c 5	|       251 |     380   108623   596412 |    43811      251     11 |  0.013 % |
4.67/5.13	c 5	|       476 |     380   108623   596412 |    48192      476     11 |  0.013 % |
4.67/5.30	c 5	|       813 |     380   108623   596412 |    53011      813     11 |  0.012 % |
5.35/5.57	c 5	|      1320 |     380   108623   596412 |    58312     1320     11 |  0.013 % |
5.64/5.89	c 6	|      2081 |     380   108623   596412 |    64144     2081     11 |  0.013 % |
6.24/6.40	c 6	|      3220 |     380   108623   596412 |    70558     3220     12 |  0.014 % |
7.03/7.22	c 7	|      4930 |     380   108623   596412 |    77614     4930     12 |  0.014 % |
8.32/8.51	c 8	|      7493 |     380   108623   596412 |    85375     7493     13 |  0.003 % |
10.10/10.38	c 10	|     11337 |     380   108623   596412 |    93913    11337     13 |  0.014 % |
13.07/13.36	c 13	|     17103 |     380   108623   596412 |   103304    17103     13 |  0.012 % |
17.13/17.42	c 17	|     25755 |     380   108623   596412 |   113635    25755     13 |  0.015 % |
24.37/24.73	c 24	|     38730 |     380   108623   596412 |   124998    38730     14 |  0.009 % |
37.44/37.98	c 38	|     58196 |     380   108623   596412 |   137498    58196     15 |  0.010 % |
60.52/61.25	c 61	|     87388 |     380   108623   596412 |   151248    87388     15 |  0.012 % |
97.64/98.44	c 98	|    131177 |     379   107775   592475 |   166373    83795     15 |  0.264 % |
154.63/155.45	c 155	|    196862 |     378   106719   586997 |   183010   107399     15 |  0.527 % |
264.58/265.44	c 265	|    295389 |     378   106719   586997 |   201311    42051     15 |  0.561 % |
305.26/306.57	c 306	===============================================================================
305.26/306.57	c 306	restarts              : 19
305.26/306.57	c 306	conflicts             : 357900         (1191 /sec)
305.26/306.57	c 306	decisions             : 433314         (1.47 % random) (1442 /sec)
305.26/306.57	c 306	propagations          : 16903171       (56241 /sec)
305.26/306.57	c 306	conflict literals     : 5681223        (30.93 % deleted)
305.26/306.57	c 306	Memory used           : 25.75 MB
305.26/306.57	c 306	CPU time              : 300.547 s
305.26/306.57	c 306	
305.26/306.57	c 306	SATISFIABLE
305.26/306.58	c 306	DECODING HOME/temp.out WITH HOME/temp.map
305.26/306.58	c 306	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
305.35/306.66	c 306	Decoding HOME/temp.out
305.35/306.69	s SATISFIABLE
305.35/306.69	v 2 19 17 3 16 8 19 1 11 7 6 13 16 0 9 0 13 6 14 19
305.35/306.69	c 306	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
305.35/306.74	c 306	CPU 305.11 (0.03 0.01 305.08 0.34)
305.35/306.74	c 306	END Fri Jul  4 23:07:58 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1078053-1215205371/watcher-1078053-1215205371 -o /tmp/evaluation-result-1078053-1215205371/solver-1078053-1215205371 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1078053-1215205371.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 1.99 1.96 4/80 24706
/proc/meminfo: memFree=1760488/2055920 swapFree=4180396/4192956
[pid=24706] ppid=24704 vsize=12268 CPUtime=0
/proc/24706/stat : 24706 (sugar) R 24704 24706 23336 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1999510019 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 264840641125 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/24706/statm: 3067 316 241 3 0 167 0

[startup+0.049882 s]
/proc/loadavg: 2.01 1.99 1.96 4/80 24706
/proc/meminfo: memFree=1760488/2055920 swapFree=4180396/4192956
[pid=24706] ppid=24704 vsize=13600 CPUtime=0.04
/proc/24706/stat : 24706 (sugar) S 24704 24706 23336 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 1999510019 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24706/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102435 s]
/proc/loadavg: 2.01 1.99 1.96 4/80 24706
/proc/meminfo: memFree=1760488/2055920 swapFree=4180396/4192956
[pid=24706] ppid=24704 vsize=13600 CPUtime=0.04
/proc/24706/stat : 24706 (sugar) S 24704 24706 23336 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1999510019 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24706/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301451 s]
/proc/loadavg: 2.01 1.99 1.96 4/80 24706
/proc/meminfo: memFree=1760488/2055920 swapFree=4180396/4192956
[pid=24706] ppid=24704 vsize=13600 CPUtime=0.04
/proc/24706/stat : 24706 (sugar) S 24704 24706 23336 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1999510019 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24706/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701496 s]
/proc/loadavg: 2.01 1.99 1.96 4/80 24706
/proc/meminfo: memFree=1760488/2055920 swapFree=4180396/4192956
[pid=24706] ppid=24704 vsize=13600 CPUtime=0.04
/proc/24706/stat : 24706 (sugar) S 24704 24706 23336 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1999510019 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24706/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50158 s]
/proc/loadavg: 2.01 1.99 1.96 3/84 24721
/proc/meminfo: memFree=1754888/2055920 swapFree=4180396/4192956
[pid=24706] ppid=24704 vsize=13600 CPUtime=0.92
/proc/24706/stat : 24706 (sugar) S 24704 24706 23336 0 -1 4194304 973 6926 0 1 3 1 83 5 16 0 1 0 1999510019 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24706/statm: 3400 797 370 3 0 500 0
[pid=24719] ppid=24706 vsize=5356 CPUtime=0
/proc/24719/stat : 24719 (sh) S 24706 24706 23336 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999510116 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24719/statm: 1339 233 193 169 0 50 0
[pid=24720] ppid=24719 vsize=864012 CPUtime=0.5
/proc/24720/stat : 24720 (java) S 24719 24706 23336 0 -1 0 6519 0 1 0 47 3 0 0 18 0 9 0 1999510117 884748288 5811 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24720/statm: 216003 5811 2532 9 0 210585 0
[pid=24720/tid=24721] ppid=24719 vsize=864012 CPUtime=0.31
/proc/24720/task/24721/stat : 24721 (java) R 24719 24706 23336 0 -1 64 2455 0 1 0 30 1 0 0 21 0 9 0 1999510118 884748288 5811 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 882968

[startup+3.10275 s]
/proc/loadavg: 2.01 1.99 1.96 3/91 24728
/proc/meminfo: memFree=1731728/2055920 swapFree=4180396/4192956
[pid=24706] ppid=24704 vsize=13600 CPUtime=0.92
/proc/24706/stat : 24706 (sugar) S 24704 24706 23336 0 -1 4194304 973 6926 0 1 3 1 83 5 15 0 1 0 1999510019 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24706/statm: 3400 797 370 3 0 500 0
[pid=24719] ppid=24706 vsize=5356 CPUtime=0
/proc/24719/stat : 24719 (sh) S 24706 24706 23336 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999510116 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24719/statm: 1339 233 193 169 0 50 0
[pid=24720] ppid=24719 vsize=864212 CPUtime=2.08
/proc/24720/stat : 24720 (java) S 24719 24706 23336 0 -1 0 14898 0 1 0 200 8 0 0 18 0 9 0 1999510117 884953088 14142 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24720/statm: 216053 14142 2540 9 0 210628 0
[pid=24720/tid=24721] ppid=24719 vsize=864212 CPUtime=1.01
/proc/24720/task/24721/stat : 24721 (java) R 24719 24706 23336 0 -1 64 3186 0 1 0 100 1 0 0 25 0 9 0 1999510118 884953088 14142 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24720/tid=24722] ppid=24719 vsize=864212 CPUtime=0.99
/proc/24720/task/24722/stat : 24722 (java) R 24719 24706 23336 0 -1 64 10692 0 0 0 94 5 0 0 17 0 9 0 1999510119 884953088 14142 996147200 134512640 134550740 4294955952 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24720/tid=24723] ppid=24719 vsize=864212 CPUtime=0
/proc/24720/task/24723/stat : 24723 (java) S 24719 24706 23336 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999510120 884953088 14142 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24720/tid=24724] ppid=24719 vsize=864212 CPUtime=0
/proc/24720/task/24724/stat : 24724 (java) S 24719 24706 23336 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1999510120 884953088 14142 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24720/tid=24725] ppid=24719 vsize=864212 CPUtime=0
/proc/24720/task/24725/stat : 24725 (java) S 24719 24706 23336 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999510122 884953088 14142 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24720/tid=24726] ppid=24719 vsize=864212 CPUtime=0.05
/proc/24720/task/24726/stat : 24726 (java) S 24719 24706 23336 0 -1 64 322 0 0 0 5 0 0 0 16 0 9 0 1999510122 884953088 14142 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24720/tid=24727] ppid=24719 vsize=864212 CPUtime=0
/proc/24720/task/24727/stat : 24727 (java) S 24719 24706 23336 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999510122 884953088 14142 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24720/tid=24728] ppid=24719 vsize=864212 CPUtime=0
/proc/24720/task/24728/stat : 24728 (java) S 24719 24706 23336 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999510122 884953088 14142 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 883168

[startup+6.30108 s]
/proc/loadavg: 2.01 1.99 1.96 3/83 24730
/proc/meminfo: memFree=1746064/2055920 swapFree=4180396/4192956
[pid=24706] ppid=24704 vsize=13600 CPUtime=4.67
/proc/24706/stat : 24706 (sugar) S 24704 24706 23336 0 -1 4194304 1031 23026 0 2 3 1 445 18 15 0 1 0 1999510019 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24706/statm: 3400 798 370 3 0 500 0
[pid=24729] ppid=24706 vsize=5356 CPUtime=0
/proc/24729/stat : 24729 (sh) S 24706 24706 23336 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999510499 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24729/statm: 1339 232 193 169 0 50 0
[pid=24730] ppid=24729 vsize=8432 CPUtime=1.47
/proc/24730/stat : 24730 (minisat) R 24729 24706 23336 0 -1 4194304 2012 0 0 0 146 1 0 0 25 0 1 0 1999510499 8634368 1998 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24730/statm: 2108 1998 75 150 0 1955 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 27388

[startup+12.7027 s]
/proc/loadavg: 2.01 1.99 1.96 3/83 24730
/proc/meminfo: memFree=1744848/2055920 swapFree=4180396/4192956
[pid=24706] ppid=24704 vsize=13600 CPUtime=4.67
/proc/24706/stat : 24706 (sugar) S 24704 24706 23336 0 -1 4194304 1031 23026 0 2 3 1 445 18 16 0 1 0 1999510019 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24706/statm: 3400 798 370 3 0 500 0
[pid=24729] ppid=24706 vsize=5356 CPUtime=0
/proc/24729/stat : 24729 (sh) S 24706 24706 23336 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999510499 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24729/statm: 1339 232 193 169 0 50 0
[pid=24730] ppid=24729 vsize=9756 CPUtime=7.81
/proc/24730/stat : 24730 (minisat) R 24729 24706 23336 0 -1 4194304 2315 0 0 0 780 1 0 0 25 0 1 0 1999510499 9990144 2301 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24730/statm: 2439 2301 75 150 0 2286 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 28712

[startup+25.5011 s]
/proc/loadavg: 2.01 1.99 1.96 3/83 24730
/proc/meminfo: memFree=1742608/2055920 swapFree=4180396/4192956
[pid=24706] ppid=24704 vsize=13600 CPUtime=4.67
/proc/24706/stat : 24706 (sugar) S 24704 24706 23336 0 -1 4194304 1031 23026 0 2 3 1 445 18 16 0 1 0 1999510019 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24706/statm: 3400 798 370 3 0 500 0
[pid=24729] ppid=24706 vsize=5356 CPUtime=0
/proc/24729/stat : 24729 (sh) S 24706 24706 23336 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999510499 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24729/statm: 1339 232 193 169 0 50 0
[pid=24730] ppid=24729 vsize=11876 CPUtime=20.49
/proc/24730/stat : 24730 (minisat) R 24729 24706 23336 0 -1 4194304 2867 0 0 0 2047 2 0 0 25 0 1 0 1999510499 12161024 2853 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24730/statm: 2969 2853 75 150 0 2816 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 30832

[startup+51.1017 s]
/proc/loadavg: 2.00 1.99 1.96 3/83 24730
/proc/meminfo: memFree=1739536/2055920 swapFree=4180396/4192956
[pid=24706] ppid=24704 vsize=13600 CPUtime=4.67
/proc/24706/stat : 24706 (sugar) S 24704 24706 23336 0 -1 4194304 1031 23026 0 2 3 1 445 18 16 0 1 0 1999510019 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24706/statm: 3400 798 370 3 0 500 0
[pid=24729] ppid=24706 vsize=5356 CPUtime=0
/proc/24729/stat : 24729 (sh) S 24706 24706 23336 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999510499 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24729/statm: 1339 232 193 169 0 50 0
[pid=24730] ppid=24729 vsize=15140 CPUtime=45.85
/proc/24730/stat : 24730 (minisat) R 24729 24706 23336 0 -1 4194304 3660 0 0 0 4582 3 0 0 25 0 1 0 1999510499 15503360 3646 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24730/statm: 3785 3646 75 150 0 3632 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 34096

[startup+102.307 s]
/proc/loadavg: 2.00 1.99 1.96 3/83 24770
/proc/meminfo: memFree=1750856/2055920 swapFree=4180396/4192956
[pid=24706] ppid=24704 vsize=13600 CPUtime=4.67
/proc/24706/stat : 24706 (sugar) S 24704 24706 23336 0 -1 4194304 1031 23026 0 2 3 1 445 18 16 0 1 0 1999510019 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24706/statm: 3400 798 370 3 0 500 0
[pid=24729] ppid=24706 vsize=5356 CPUtime=0
/proc/24729/stat : 24729 (sh) S 24706 24706 23336 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999510499 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24729/statm: 1339 232 193 169 0 50 0
[pid=24730] ppid=24729 vsize=18152 CPUtime=96.88
/proc/24730/stat : 24730 (minisat) R 24729 24706 23336 0 -1 4194304 4376 0 0 0 9684 4 0 0 25 0 1 0 1999510499 18587648 4362 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 0 0 0
/proc/24730/statm: 4538 4362 75 150 0 4385 0
Current children cumulated CPU time (s) 101.55
Current children cumulated vsize (KiB) 37108

[startup+162.301 s]
/proc/loadavg: 2.00 1.99 1.96 3/83 24770
/proc/meminfo: memFree=1748680/2055920 swapFree=4180396/4192956
[pid=24706] ppid=24704 vsize=13600 CPUtime=4.67
/proc/24706/stat : 24706 (sugar) S 24704 24706 23336 0 -1 4194304 1031 23026 0 2 3 1 445 18 16 0 1 0 1999510019 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24706/statm: 3400 798 370 3 0 500 0
[pid=24729] ppid=24706 vsize=5356 CPUtime=0
/proc/24729/stat : 24729 (sh) S 24706 24706 23336 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999510499 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24729/statm: 1339 232 193 169 0 50 0
[pid=24730] ppid=24729 vsize=20124 CPUtime=156.85
/proc/24730/stat : 24730 (minisat) R 24729 24706 23336 0 -1 4194304 4869 0 0 0 15680 5 0 0 25 0 1 0 1999510499 20606976 4855 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24730/statm: 5031 4855 75 150 0 4878 0
Current children cumulated CPU time (s) 161.52
Current children cumulated vsize (KiB) 39080

[startup+222.306 s]
/proc/loadavg: 2.00 1.99 1.96 3/83 24770
/proc/meminfo: memFree=1744208/2055920 swapFree=4180396/4192956
[pid=24706] ppid=24704 vsize=13600 CPUtime=4.67
/proc/24706/stat : 24706 (sugar) S 24704 24706 23336 0 -1 4194304 1031 23026 0 2 3 1 445 18 16 0 1 0 1999510019 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24706/statm: 3400 798 370 3 0 500 0
[pid=24729] ppid=24706 vsize=5356 CPUtime=0
/proc/24729/stat : 24729 (sh) S 24706 24706 23336 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999510499 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24729/statm: 1339 232 193 169 0 50 0
[pid=24730] ppid=24729 vsize=24612 CPUtime=216.83
/proc/24730/stat : 24730 (minisat) R 24729 24706 23336 0 -1 4194304 5984 0 0 0 21677 6 0 0 25 0 1 0 1999510499 25202688 5970 996147200 134512640 135127466 4294956256 18446744073709551615 134528050 0 0 4096 3 0 0 0 17 0 0 0
/proc/24730/statm: 6153 5970 75 150 0 6000 0
Current children cumulated CPU time (s) 221.5
Current children cumulated vsize (KiB) 43568

[startup+282.301 s]
/proc/loadavg: 2.00 1.99 1.96 3/96 24824
/proc/meminfo: memFree=1703528/2055920 swapFree=4180396/4192956
[pid=24706] ppid=24704 vsize=13600 CPUtime=4.67
/proc/24706/stat : 24706 (sugar) S 24704 24706 23336 0 -1 4194304 1031 23026 0 2 3 1 445 18 16 0 1 0 1999510019 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24706/statm: 3400 798 370 3 0 500 0
[pid=24729] ppid=24706 vsize=5356 CPUtime=0
/proc/24729/stat : 24729 (sh) S 24706 24706 23336 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999510499 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24729/statm: 1339 232 193 169 0 50 0
[pid=24730] ppid=24729 vsize=26364 CPUtime=276.63
/proc/24730/stat : 24730 (minisat) R 24729 24706 23336 0 -1 4194304 6428 0 0 0 27653 10 0 0 25 0 1 0 1999510499 26996736 6414 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24730/statm: 6591 6414 75 150 0 6438 0
Current children cumulated CPU time (s) 281.3
Current children cumulated vsize (KiB) 45320

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

[startup+294.303 s]
/proc/loadavg: 2.00 1.99 1.96 3/96 24824
/proc/meminfo: memFree=1703336/2055920 swapFree=4180396/4192956
[pid=24706] ppid=24704 vsize=13600 CPUtime=4.67
/proc/24706/stat : 24706 (sugar) S 24704 24706 23336 0 -1 4194304 1031 23026 0 2 3 1 445 18 16 0 1 0 1999510019 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24706/statm: 3400 798 370 3 0 500 0
[pid=24729] ppid=24706 vsize=5356 CPUtime=0
/proc/24729/stat : 24729 (sh) S 24706 24706 23336 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999510499 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24729/statm: 1339 232 193 169 0 50 0
[pid=24730] ppid=24729 vsize=26364 CPUtime=288.41
/proc/24730/stat : 24730 (minisat) R 24729 24706 23336 0 -1 4194304 6429 0 0 0 28830 11 0 0 25 0 1 0 1999510499 26996736 6415 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24730/statm: 6591 6415 75 150 0 6438 0
Current children cumulated CPU time (s) 293.08
Current children cumulated vsize (KiB) 45320

[startup+300.701 s]
/proc/loadavg: 2.16 2.03 1.97 3/84 24872
/proc/meminfo: memFree=1685704/2055920 swapFree=4180396/4192956
[pid=24706] ppid=24704 vsize=13600 CPUtime=4.67
/proc/24706/stat : 24706 (sugar) S 24704 24706 23336 0 -1 4194304 1031 23026 0 2 3 1 445 18 16 0 1 0 1999510019 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24706/statm: 3400 798 370 3 0 500 0
[pid=24729] ppid=24706 vsize=5356 CPUtime=0
/proc/24729/stat : 24729 (sh) S 24706 24706 23336 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999510499 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24729/statm: 1339 232 193 169 0 50 0
[pid=24730] ppid=24729 vsize=26364 CPUtime=294.79
/proc/24730/stat : 24730 (minisat) R 24729 24706 23336 0 -1 4194304 6429 0 0 0 29467 12 0 0 25 0 1 0 1999510499 26996736 6415 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/24730/statm: 6591 6415 75 150 0 6438 0
Current children cumulated CPU time (s) 299.46
Current children cumulated vsize (KiB) 45320

[startup+303.903 s]
/proc/loadavg: 2.15 2.03 1.97 3/84 24872
/proc/meminfo: memFree=1665864/2055920 swapFree=4180396/4192956
[pid=24706] ppid=24704 vsize=13600 CPUtime=4.67
/proc/24706/stat : 24706 (sugar) S 24704 24706 23336 0 -1 4194304 1031 23026 0 2 3 1 445 18 16 0 1 0 1999510019 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24706/statm: 3400 798 370 3 0 500 0
[pid=24729] ppid=24706 vsize=5356 CPUtime=0
/proc/24729/stat : 24729 (sh) S 24706 24706 23336 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999510499 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24729/statm: 1339 232 193 169 0 50 0
[pid=24730] ppid=24729 vsize=26364 CPUtime=297.99
/proc/24730/stat : 24730 (minisat) R 24729 24706 23336 0 -1 4194304 6429 0 0 0 29787 12 0 0 25 0 1 0 1999510499 26996736 6415 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 0 0 0
/proc/24730/statm: 6591 6415 75 150 0 6438 0
Current children cumulated CPU time (s) 302.66
Current children cumulated vsize (KiB) 45320

[startup+305.502 s]
/proc/loadavg: 2.15 2.03 1.97 3/84 24872
/proc/meminfo: memFree=1665224/2055920 swapFree=4180396/4192956
[pid=24706] ppid=24704 vsize=13600 CPUtime=4.67
/proc/24706/stat : 24706 (sugar) S 24704 24706 23336 0 -1 4194304 1031 23026 0 2 3 1 445 18 16 0 1 0 1999510019 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24706/statm: 3400 798 370 3 0 500 0
[pid=24729] ppid=24706 vsize=5356 CPUtime=0
/proc/24729/stat : 24729 (sh) S 24706 24706 23336 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999510499 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24729/statm: 1339 232 193 169 0 50 0
[pid=24730] ppid=24729 vsize=26364 CPUtime=299.59
/proc/24730/stat : 24730 (minisat) R 24729 24706 23336 0 -1 4194304 6429 0 0 0 29947 12 0 0 25 0 1 0 1999510499 26996736 6415 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24730/statm: 6591 6415 75 150 0 6438 0
Current children cumulated CPU time (s) 304.26
Current children cumulated vsize (KiB) 45320

[startup+306.302 s]
/proc/loadavg: 2.15 2.03 1.97 3/84 24872
/proc/meminfo: memFree=1664584/2055920 swapFree=4180396/4192956
[pid=24706] ppid=24704 vsize=13600 CPUtime=4.67
/proc/24706/stat : 24706 (sugar) S 24704 24706 23336 0 -1 4194304 1031 23026 0 2 3 1 445 18 16 0 1 0 1999510019 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24706/statm: 3400 798 370 3 0 500 0
[pid=24729] ppid=24706 vsize=5356 CPUtime=0
/proc/24729/stat : 24729 (sh) S 24706 24706 23336 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999510499 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24729/statm: 1339 232 193 169 0 50 0
[pid=24730] ppid=24729 vsize=26364 CPUtime=300.39
/proc/24730/stat : 24730 (minisat) R 24729 24706 23336 0 -1 4194304 6429 0 0 0 30027 12 0 0 25 0 1 0 1999510499 26996736 6415 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24730/statm: 6591 6415 75 150 0 6438 0
Current children cumulated CPU time (s) 305.06
Current children cumulated vsize (KiB) 45320

[startup+306.702 s]
/proc/loadavg: 2.15 2.03 1.97 3/84 24872
/proc/meminfo: memFree=1664584/2055920 swapFree=4180396/4192956
[pid=24706] ppid=24704 vsize=13600 CPUtime=305.35
/proc/24706/stat : 24706 (sugar) S 24704 24706 23336 0 -1 4194304 1090 29759 0 2 3 1 30500 31 16 0 1 0 1999510019 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24706/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 305.35
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 306.749
CPU time (s): 305.493
CPU user time (s): 305.127
CPU system time (s): 0.365944
CPU usage (%): 99.5905
Max. virtual memory (cumulated for all children) (KiB): 883280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 305.127
system time used= 0.365944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34588
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= 2495
involuntary context switches= 9654

runsolver used 0.410937 second user time and 1.00485 second system time

The end

Launcher Data (download as text)

Begin job on node44 at 2008-07-04 23:02:52
IDJOB=1078053
IDBENCH=56756
IDSOLVER=346
FILE ID=node44/1078053-1215205371
PBS_JOBID= 7881667
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-3-20-20-fcd/normalized-rand-3-20-20-60-632-fcd-40_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1078053-1215205371/watcher-1078053-1215205371 -o /tmp/evaluation-result-1078053-1215205371/solver-1078053-1215205371 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1078053-1215205371.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 72800f33560a9e3da2b338883daf5b30
RANDOM SEED=1043844840

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1761032 kB
Buffers:         18864 kB
Cached:         126052 kB
SwapCached:       6316 kB
Active:         207464 kB
Inactive:        27076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1761032 kB
SwapTotal:     4192956 kB
SwapFree:      4180396 kB
Dirty:            2576 kB
Writeback:           0 kB
Mapped:         101576 kB
Slab:            45404 kB
Committed_AS:  4339400 kB
PageTables:       1956 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= 66544 MiB
End job on node44 at 2008-07-04 23:07:59