Trace number 2092103

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 98.876 99.9055

General information on the benchmark

Namecsp/tightness0.8/
normalized-rand-2-40-80-103-800-17_ext.xml
MD5SUMdc4aad0ada1fb661ff1b842fd77a6a8c
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.02984
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints103
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension103
Number of constraints which are defined in intension0
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 13:09:55 2009
0.00/0.08	c 0	PID 29460
0.00/0.08	c 0	HOST node33.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2092103-1247396995.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-2092103-1247396995.xml' 'HOME/temp.csp'
0.06/0.84	c 1	1 domains, 40 variables, 0 predicates, 103 relations, 103 constraints
0.06/0.87	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.87	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.81/0.95	c 1	Parsing HOME/temp.csp
1.61/1.73	c 2	parsed 247 expressions
1.61/1.74	c 2	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.61/1.74	c 2	Converting to clausal form CSP
1.61/1.76	c 2	converted 25 (10%) expressions
1.61/1.77	c 2	converted 50 (20%) expressions
1.61/1.77	c 2	converted 75 (30%) expressions
1.61/1.79	c 2	converted 99 (40%) expressions
1.61/1.79	c 2	converted 124 (50%) expressions
1.71/1.82	c 2	converted 149 (60%) expressions
1.71/1.89	c 2	converted 173 (70%) expressions
1.92/2.09	c 2	converted 198 (80%) expressions
2.02/2.19	c 2	converted 223 (90%) expressions
2.12/2.25	c 3	converted 247 (100%) expressions
2.12/2.26	c 3	CSP : 40 integers, 0 booleans, 103 clauses, largest domain size 80
2.12/2.26	c 3	Heap : 26 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.12/2.26	c 3	Propagation in CSP
2.12/2.26	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.12/2.26	c 3	CSP : 40 integers, 0 booleans, 103 clauses, largest domain size 80
2.12/2.26	c 3	Heap : 26 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.12/2.26	c 3	Simplifing CSP by introducing new Boolean variables
2.12/2.26	c 3	CSP : 40 integers, 0 booleans, 103 clauses, largest domain size 80
2.12/2.26	c 3	Heap : 26 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.22/2.35	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.22/2.37	c 3	4 (10%) CSP integer variables are encoded (312 clauses, 3284 bytes)
2.22/2.37	c 3	8 (20%) CSP integer variables are encoded (624 clauses, 6716 bytes)
2.22/2.37	c 3	12 (30%) CSP integer variables are encoded (936 clauses, 10148 bytes)
2.22/2.38	c 3	16 (40%) CSP integer variables are encoded (1248 clauses, 14103 bytes)
2.22/2.38	c 3	20 (50%) CSP integer variables are encoded (1560 clauses, 18159 bytes)
2.22/2.38	c 3	24 (60%) CSP integer variables are encoded (1872 clauses, 22215 bytes)
2.22/2.38	c 3	28 (70%) CSP integer variables are encoded (2184 clauses, 26271 bytes)
2.22/2.38	c 3	32 (80%) CSP integer variables are encoded (2496 clauses, 30327 bytes)
2.22/2.38	c 3	36 (90%) CSP integer variables are encoded (2808 clauses, 34383 bytes)
2.22/2.38	c 3	40 (100%) CSP integer variables are encoded (3120 clauses, 38439 bytes)
2.41/2.51	c 3	11 (10%) CSP clauses are encoded (14572 clauses, 264405 bytes)
2.41/2.59	c 3	21 (20%) CSP clauses are encoded (25027 clauses, 477942 bytes)
2.51/2.66	c 3	31 (30%) CSP clauses are encoded (35512 clauses, 698618 bytes)
2.61/2.75	c 3	42 (40%) CSP clauses are encoded (46891 clauses, 936976 bytes)
2.71/2.83	c 3	52 (50%) CSP clauses are encoded (57313 clauses, 1156509 bytes)
2.81/2.90	c 3	62 (60%) CSP clauses are encoded (67691 clauses, 1378260 bytes)
2.81/2.98	c 3	73 (70%) CSP clauses are encoded (79113 clauses, 1640564 bytes)
2.91/3.06	c 3	83 (80%) CSP clauses are encoded (89528 clauses, 1881999 bytes)
3.01/3.14	c 3	93 (90%) CSP clauses are encoded (99870 clauses, 2121958 bytes)
3.10/3.21	c 4	103 (100%) CSP clauses are encoded (110226 clauses, 2362173 bytes)
3.10/3.21	c 4	103 CSP clauses encoded
3.10/3.21	c 4	Writing map file : HOME/temp.map
3.10/3.21	c 4	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.10/3.21	c 4	SAT : 3160 SAT variables, 110226 SAT clauses, 2362173 bytes
3.10/3.21	c 4	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.10/3.23	c 4	SOLVING HOME/temp.cnf
3.10/3.23	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.10/3.23	c 4	This is MiniSat 2.0 beta
3.10/3.23	c 4	WARNING: for repeatability, setting FPU to use double precision
3.10/3.23	c 4	============================[ Problem Statistics ]=============================
3.10/3.23	c 4	|                                                                             |
3.10/3.23	c 4	|  Number of variables:  3160                                                 |
3.10/3.23	c 4	|  Number of clauses:    110226                                               |
3.10/3.29	c 4	|  Parsing time:         0.06         s                                       |
3.20/3.30	c 4	============================[ Search Statistics ]==============================
3.20/3.30	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.20/3.30	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.20/3.30	c 4	===============================================================================
3.20/3.30	c 4	|         0 |    3160   110226   419012 |    36742        0    nan |  0.000 % |
3.20/3.35	c 4	|       101 |    3160   110226   419012 |    40416      101     10 |  0.000 % |
3.29/3.41	c 4	|       251 |    3160   110226   419012 |    44457      251     13 |  0.001 % |
3.29/3.48	c 4	|       477 |    3160   110226   419012 |    48903      477     13 |  0.001 % |
3.49/3.60	c 4	|       816 |    3160   110226   419012 |    53793      816     12 |  0.001 % |
3.59/3.79	c 4	|      1322 |    3160   110226   419012 |    59173     1322     13 |  0.001 % |
3.88/4.06	c 4	|      2082 |    3160   110226   419012 |    65090     2082     13 |  0.001 % |
4.28/4.45	c 5	|      3221 |    3160   110226   419012 |    71599     3221     14 |  0.001 % |
4.87/5.01	c 5	|      4931 |    3160   110226   419012 |    78759     4931     14 |  0.001 % |
5.67/5.89	c 6	|      7494 |    3160   110226   419012 |    86635     7494     13 |  0.001 % |
7.25/7.42	c 8	|     11338 |    3160   110226   419012 |    95299    11338     12 |  0.001 % |
9.42/9.66	c 10	|     17104 |    3160   110226   419012 |   104829    17104     13 |  0.001 % |
13.30/13.53	c 14	|     25753 |    3160   110226   419012 |   115312    25753     13 |  0.002 % |
20.42/20.71	c 21	|     38727 |    3159   110158   418816 |   126843    20909     12 |  0.032 % |
31.63/32.06	c 32	|     58190 |    3159   110158   418816 |   139527    40372     14 |  0.032 % |
51.14/51.71	c 52	|     87384 |    3159   110158   418816 |   153480    69566     15 |  0.032 % |
87.88/88.86	c 89	|    131173 |    3159   110158   418816 |   168828   113355     16 |  0.032 % |
98.67/99.72	c 100	===============================================================================
98.67/99.72	c 100	restarts              : 17
98.67/99.72	c 100	conflicts             : 141283         (1479 /sec)
98.67/99.72	c 100	decisions             : 201461         (1.62 % random) (2109 /sec)
98.67/99.72	c 100	propagations          : 30461827       (318900 /sec)
98.67/99.72	c 100	conflict literals     : 2218133        (47.25 % deleted)
98.67/99.72	c 100	Memory used           : 19.28 MB
98.67/99.72	c 100	CPU time              : 95.5215 s
98.67/99.72	c 100	
98.67/99.72	c 100	SATISFIABLE
98.67/99.73	c 100	DECODING HOME/temp.out WITH HOME/temp.map
98.67/99.73	c 100	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'
98.72/99.81	c 100	Decoding HOME/temp.out
98.72/99.86	s SATISFIABLE
98.72/99.86	v 54 7 9 15 79 65 17 73 23 77 55 0 62 76 41 61 68 67 11 73 71 34 22 47 41 62 62 27 13 77 63 19 5 66 56 0 31 4 35 23
98.72/99.87	c 100	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
98.72/99.90	c 100	CPU 98.85 (0.06 0.01 98.57 0.21)
98.72/99.90	c 100	END Sun Jul 12 13:11:35 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-2092103-1247396995/watcher-2092103-1247396995 -o /tmp/evaluation-result-2092103-1247396995/solver-2092103-1247396995 -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-2092103-1247396995.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.07 2.14 2.05 4/75 29460
/proc/meminfo: memFree=1872896/2055920 swapFree=4192812/4192956
[pid=29460] ppid=29458 vsize=4708 CPUtime=0
/proc/29460/stat : 29460 (sugar) R 29458 29460 29423 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 26765524 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 210821510537 0 0 4096 0 0 0 0 17 1 0 0
/proc/29460/statm: 1177 43 33 3 0 8 0

[startup+0.100858 s]
/proc/loadavg: 2.07 2.14 2.05 4/75 29460
/proc/meminfo: memFree=1872896/2055920 swapFree=4192812/4192956
[pid=29460] ppid=29458 vsize=16868 CPUtime=0.06
/proc/29460/stat : 29460 (sugar) S 29458 29460 29423 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26765524 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29460/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.202871 s]
/proc/loadavg: 2.07 2.14 2.05 4/75 29460
/proc/meminfo: memFree=1872896/2055920 swapFree=4192812/4192956
[pid=29460] ppid=29458 vsize=16868 CPUtime=0.06
/proc/29460/stat : 29460 (sugar) S 29458 29460 29423 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26765524 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29460/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30289 s]
/proc/loadavg: 2.07 2.14 2.05 4/75 29460
/proc/meminfo: memFree=1872896/2055920 swapFree=4192812/4192956
[pid=29460] ppid=29458 vsize=16868 CPUtime=0.06
/proc/29460/stat : 29460 (sugar) S 29458 29460 29423 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26765524 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29460/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70193 s]
/proc/loadavg: 2.07 2.14 2.05 4/75 29460
/proc/meminfo: memFree=1872896/2055920 swapFree=4192812/4192956
[pid=29460] ppid=29458 vsize=16868 CPUtime=0.06
/proc/29460/stat : 29460 (sugar) S 29458 29460 29423 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26765524 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29460/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50102 s]
/proc/loadavg: 2.14 2.15 2.06 3/86 29482
/proc/meminfo: memFree=1861544/2055920 swapFree=4192812/4192956
[pid=29460] ppid=29458 vsize=16868 CPUtime=0.81
/proc/29460/stat : 29460 (sugar) S 29458 29460 29423 0 -1 4194304 1309 5202 0 1 5 1 71 4 16 0 1 0 26765524 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29460/statm: 4217 1111 409 3 0 796 0
[pid=29473] ppid=29460 vsize=5356 CPUtime=0
/proc/29473/stat : 29473 (sh) S 29460 29460 29423 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26765611 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29473/statm: 1339 233 193 169 0 50 0
[pid=29474] ppid=29473 vsize=862284 CPUtime=0.61
/proc/29474/stat : 29474 (java) S 29473 29460 29423 0 -1 0 6612 0 1 0 58 3 0 0 18 0 9 0 26765612 882978816 5892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29474/statm: 215571 5892 2158 9 0 210484 0
[pid=29474/tid=29475] ppid=29473 vsize=862284 CPUtime=0.38
/proc/29474/task/29475/stat : 29475 (java) R 29473 29460 29423 0 -1 64 2026 0 1 0 37 1 0 0 22 0 9 0 26765612 882978816 5892 996147200 134512640 134550932 4294955936 18446744073709551615 4126479877 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29474/tid=29476] ppid=29473 vsize=862284 CPUtime=0.18
/proc/29474/task/29476/stat : 29476 (java) S 29473 29460 29423 0 -1 64 3577 0 0 0 17 1 0 0 16 0 9 0 26765614 882978816 5892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29474/tid=29477] ppid=29473 vsize=862284 CPUtime=0
/proc/29474/task/29477/stat : 29477 (java) S 29473 29460 29423 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26765614 882978816 5892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29474/tid=29478] ppid=29473 vsize=862284 CPUtime=0
/proc/29474/task/29478/stat : 29478 (java) S 29473 29460 29423 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 26765614 882978816 5892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29474/tid=29479] ppid=29473 vsize=862284 CPUtime=0
/proc/29474/task/29479/stat : 29479 (java) S 29473 29460 29423 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 26765616 882978816 5892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29474/tid=29480] ppid=29473 vsize=862284 CPUtime=0.03
/proc/29474/task/29480/stat : 29480 (java) S 29473 29460 29423 0 -1 64 306 0 0 0 3 0 0 0 17 0 9 0 26765616 882978816 5892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29474/tid=29481] ppid=29473 vsize=862284 CPUtime=0
/proc/29474/task/29481/stat : 29481 (java) S 29473 29460 29423 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 26765616 882978816 5892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29474/tid=29482] ppid=29473 vsize=862284 CPUtime=0
/proc/29474/task/29482/stat : 29482 (java) S 29473 29460 29423 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26765616 882978816 5892 996147200 134512640 134550932 4294955936 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) 884508

[startup+3.10222 s]
/proc/loadavg: 2.14 2.15 2.06 3/86 29482
/proc/meminfo: memFree=1836328/2055920 swapFree=4192812/4192956
[pid=29460] ppid=29458 vsize=16868 CPUtime=0.82
/proc/29460/stat : 29460 (sugar) S 29458 29460 29423 0 -1 4194304 1310 5202 0 1 6 1 71 4 15 0 1 0 26765524 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29460/statm: 4217 1111 409 3 0 796 0
[pid=29473] ppid=29460 vsize=5356 CPUtime=0
/proc/29473/stat : 29473 (sh) S 29460 29460 29423 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26765611 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29473/statm: 1339 233 193 169 0 50 0
[pid=29474] ppid=29473 vsize=864332 CPUtime=2.19
/proc/29474/stat : 29474 (java) S 29473 29460 29423 0 -1 0 11755 0 1 0 211 8 0 0 18 0 9 0 26765612 885075968 10924 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29474/statm: 216083 10924 2590 9 0 210560 0
[pid=29474/tid=29475] ppid=29473 vsize=864332 CPUtime=1.38
/proc/29474/task/29475/stat : 29475 (java) R 29473 29460 29423 0 -1 64 3019 0 1 0 135 3 0 0 23 0 9 0 26765612 885075968 10924 996147200 134512640 134550932 4294955936 18446744073709551615 102093921 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29474/tid=29476] ppid=29473 vsize=864332 CPUtime=0.7
/proc/29474/task/29476/stat : 29476 (java) S 29473 29460 29423 0 -1 64 7699 0 0 0 67 3 0 0 16 0 9 0 26765614 885075968 10924 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29474/tid=29477] ppid=29473 vsize=864332 CPUtime=0
/proc/29474/task/29477/stat : 29477 (java) S 29473 29460 29423 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26765614 885075968 10924 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29474/tid=29478] ppid=29473 vsize=864332 CPUtime=0
/proc/29474/task/29478/stat : 29478 (java) S 29473 29460 29423 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 26765614 885075968 10924 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29474/tid=29479] ppid=29473 vsize=864332 CPUtime=0
/proc/29474/task/29479/stat : 29479 (java) S 29473 29460 29423 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 26765616 885075968 10924 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29474/tid=29480] ppid=29473 vsize=864332 CPUtime=0.08
/proc/29474/task/29480/stat : 29480 (java) S 29473 29460 29423 0 -1 64 334 0 0 0 8 0 0 0 16 0 9 0 26765616 885075968 10924 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29474/tid=29481] ppid=29473 vsize=864332 CPUtime=0
/proc/29474/task/29481/stat : 29481 (java) S 29473 29460 29423 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 26765616 885075968 10924 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29474/tid=29482] ppid=29473 vsize=864332 CPUtime=0
/proc/29474/task/29482/stat : 29482 (java) S 29473 29460 29423 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26765616 885075968 10924 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 886556

[startup+6.30261 s]
/proc/loadavg: 2.13 2.15 2.06 3/78 29484
/proc/meminfo: memFree=1858472/2055920 swapFree=4192812/4192956
[pid=29460] ppid=29458 vsize=16868 CPUtime=3.14
/proc/29460/stat : 29460 (sugar) S 29458 29460 29423 0 -1 4194304 1376 17269 0 2 6 1 294 13 16 0 1 0 26765524 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29460/statm: 4217 1113 409 3 0 796 0
[pid=29483] ppid=29460 vsize=5356 CPUtime=0
/proc/29483/stat : 29483 (sh) S 29460 29460 29423 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26765847 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29483/statm: 1339 232 193 169 0 50 0
[pid=29484] ppid=29483 vsize=8456 CPUtime=3.02
/proc/29484/stat : 29484 (minisat) R 29483 29460 29423 0 -1 4194304 1982 0 0 0 302 0 0 0 25 0 1 0 26765847 8658944 1968 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29484/statm: 2114 1968 75 150 0 1961 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 30680

[startup+12.7014 s]
/proc/loadavg: 2.12 2.14 2.06 3/78 29484
/proc/meminfo: memFree=1857000/2055920 swapFree=4192812/4192956
[pid=29460] ppid=29458 vsize=16868 CPUtime=3.14
/proc/29460/stat : 29460 (sugar) S 29458 29460 29423 0 -1 4194304 1376 17269 0 2 6 1 294 13 16 0 1 0 26765524 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29460/statm: 4217 1113 409 3 0 796 0
[pid=29483] ppid=29460 vsize=5356 CPUtime=0
/proc/29483/stat : 29483 (sh) S 29460 29460 29423 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26765847 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29483/statm: 1339 232 193 169 0 50 0
[pid=29484] ppid=29483 vsize=9644 CPUtime=9.36
/proc/29484/stat : 29484 (minisat) R 29483 29460 29423 0 -1 4194304 2307 0 0 0 935 1 0 0 25 0 1 0 26765847 9875456 2293 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 1 0 0
/proc/29484/statm: 2411 2293 75 150 0 2258 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 31868

[startup+25.5029 s]
/proc/loadavg: 2.18 2.16 2.06 3/78 29484
/proc/meminfo: memFree=1856040/2055920 swapFree=4192812/4192956
[pid=29460] ppid=29458 vsize=16868 CPUtime=3.14
/proc/29460/stat : 29460 (sugar) S 29458 29460 29423 0 -1 4194304 1376 17269 0 2 6 1 294 13 16 0 1 0 26765524 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29460/statm: 4217 1113 409 3 0 796 0
[pid=29483] ppid=29460 vsize=5356 CPUtime=0
/proc/29483/stat : 29483 (sh) S 29460 29460 29423 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26765847 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29483/statm: 1339 232 193 169 0 50 0
[pid=29484] ppid=29483 vsize=10732 CPUtime=22.04
/proc/29484/stat : 29484 (minisat) R 29483 29460 29423 0 -1 4194304 2554 0 0 0 2203 1 0 0 25 0 1 0 26765847 10989568 2540 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29484/statm: 2683 2540 75 150 0 2530 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 32956

[startup+51.103 s]
/proc/loadavg: 2.11 2.14 2.06 3/78 29484
/proc/meminfo: memFree=1852648/2055920 swapFree=4192812/4192956
[pid=29460] ppid=29458 vsize=16868 CPUtime=3.14
/proc/29460/stat : 29460 (sugar) S 29458 29460 29423 0 -1 4194304 1376 17269 0 2 6 1 294 13 16 0 1 0 26765524 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29460/statm: 4217 1113 409 3 0 796 0
[pid=29483] ppid=29460 vsize=5356 CPUtime=0
/proc/29483/stat : 29483 (sh) S 29460 29460 29423 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26765847 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29483/statm: 1339 232 193 169 0 50 0
[pid=29484] ppid=29483 vsize=14264 CPUtime=47.4
/proc/29484/stat : 29484 (minisat) R 29483 29460 29423 0 -1 4194304 3410 0 0 0 4737 3 0 0 25 0 1 0 26765847 14606336 3396 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/29484/statm: 3566 3396 75 150 0 3413 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 36488

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

[startup+51.203 s]
/proc/loadavg: 2.11 2.14 2.06 3/78 29484
/proc/meminfo: memFree=1852648/2055920 swapFree=4192812/4192956
[pid=29460] ppid=29458 vsize=16868 CPUtime=3.14
/proc/29460/stat : 29460 (sugar) S 29458 29460 29423 0 -1 4194304 1376 17269 0 2 6 1 294 13 16 0 1 0 26765524 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29460/statm: 4217 1113 409 3 0 796 0
[pid=29483] ppid=29460 vsize=5356 CPUtime=0
/proc/29483/stat : 29483 (sh) S 29460 29460 29423 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26765847 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29483/statm: 1339 232 193 169 0 50 0
[pid=29484] ppid=29483 vsize=14264 CPUtime=47.5
/proc/29484/stat : 29484 (minisat) R 29483 29460 29423 0 -1 4194304 3412 0 0 0 4747 3 0 0 25 0 1 0 26765847 14606336 3398 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29484/statm: 3566 3398 75 150 0 3413 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 36488

[startup+76.8021 s]
/proc/loadavg: 2.15 2.14 2.06 3/78 29484
/proc/meminfo: memFree=1849576/2055920 swapFree=4192812/4192956
[pid=29460] ppid=29458 vsize=16868 CPUtime=3.14
/proc/29460/stat : 29460 (sugar) S 29458 29460 29423 0 -1 4194304 1376 17269 0 2 6 1 294 13 16 0 1 0 26765524 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29460/statm: 4217 1113 409 3 0 796 0
[pid=29483] ppid=29460 vsize=5356 CPUtime=0
/proc/29483/stat : 29483 (sh) S 29460 29460 29423 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26765847 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29483/statm: 1339 232 193 169 0 50 0
[pid=29484] ppid=29483 vsize=17352 CPUtime=72.85
/proc/29484/stat : 29484 (minisat) R 29483 29460 29423 0 -1 4194304 4187 0 0 0 7282 3 0 0 25 0 1 0 26765847 17768448 4173 996147200 134512640 135127466 4294956256 18446744073709551615 134530762 0 0 4096 3 0 0 0 17 1 0 0
/proc/29484/statm: 4338 4173 75 150 0 4185 0
Current children cumulated CPU time (s) 75.99
Current children cumulated vsize (KiB) 39576

[startup+89.6016 s]
/proc/loadavg: 2.13 2.14 2.06 3/78 29484
/proc/meminfo: memFree=1847848/2055920 swapFree=4192812/4192956
[pid=29460] ppid=29458 vsize=16868 CPUtime=3.14
/proc/29460/stat : 29460 (sugar) S 29458 29460 29423 0 -1 4194304 1376 17269 0 2 6 1 294 13 16 0 1 0 26765524 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29460/statm: 4217 1113 409 3 0 796 0
[pid=29483] ppid=29460 vsize=5356 CPUtime=0
/proc/29483/stat : 29483 (sh) S 29460 29460 29423 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26765847 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29483/statm: 1339 232 193 169 0 50 0
[pid=29484] ppid=29483 vsize=18944 CPUtime=85.53
/proc/29484/stat : 29484 (minisat) R 29483 29460 29423 0 -1 4194304 4582 0 0 0 8549 4 0 0 25 0 1 0 26765847 19398656 4568 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29484/statm: 4736 4568 75 150 0 4583 0
Current children cumulated CPU time (s) 88.67
Current children cumulated vsize (KiB) 41168

[startup+96.0014 s]
/proc/loadavg: 2.11 2.13 2.06 3/78 29484
/proc/meminfo: memFree=1847208/2055920 swapFree=4192812/4192956
[pid=29460] ppid=29458 vsize=16868 CPUtime=3.14
/proc/29460/stat : 29460 (sugar) S 29458 29460 29423 0 -1 4194304 1376 17269 0 2 6 1 294 13 16 0 1 0 26765524 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29460/statm: 4217 1113 409 3 0 796 0
[pid=29483] ppid=29460 vsize=5356 CPUtime=0
/proc/29483/stat : 29483 (sh) S 29460 29460 29423 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26765847 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29483/statm: 1339 232 193 169 0 50 0
[pid=29484] ppid=29483 vsize=19472 CPUtime=91.87
/proc/29484/stat : 29484 (minisat) R 29483 29460 29423 0 -1 4194304 4730 0 0 0 9183 4 0 0 25 0 1 0 26765847 19939328 4716 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/29484/statm: 4868 4716 75 150 0 4715 0
Current children cumulated CPU time (s) 95.01
Current children cumulated vsize (KiB) 41696

[startup+97.6016 s]
/proc/loadavg: 2.11 2.13 2.06 3/78 29484
/proc/meminfo: memFree=1847144/2055920 swapFree=4192812/4192956
[pid=29460] ppid=29458 vsize=16868 CPUtime=3.14
/proc/29460/stat : 29460 (sugar) S 29458 29460 29423 0 -1 4194304 1376 17269 0 2 6 1 294 13 16 0 1 0 26765524 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29460/statm: 4217 1113 409 3 0 796 0
[pid=29483] ppid=29460 vsize=5356 CPUtime=0
/proc/29483/stat : 29483 (sh) S 29460 29460 29423 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26765847 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29483/statm: 1339 232 193 169 0 50 0
[pid=29484] ppid=29483 vsize=19604 CPUtime=93.45
/proc/29484/stat : 29484 (minisat) R 29483 29460 29423 0 -1 4194304 4763 0 0 0 9341 4 0 0 25 0 1 0 26765847 20074496 4749 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/29484/statm: 4901 4749 75 150 0 4748 0
Current children cumulated CPU time (s) 96.59
Current children cumulated vsize (KiB) 41828

[startup+99.2018 s]
/proc/loadavg: 2.11 2.13 2.06 3/78 29484
/proc/meminfo: memFree=1846952/2055920 swapFree=4192812/4192956
[pid=29460] ppid=29458 vsize=16868 CPUtime=3.14
/proc/29460/stat : 29460 (sugar) S 29458 29460 29423 0 -1 4194304 1376 17269 0 2 6 1 294 13 16 0 1 0 26765524 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29460/statm: 4217 1113 409 3 0 796 0
[pid=29483] ppid=29460 vsize=5356 CPUtime=0
/proc/29483/stat : 29483 (sh) S 29460 29460 29423 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26765847 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29483/statm: 1339 232 193 169 0 50 0
[pid=29484] ppid=29483 vsize=19736 CPUtime=95.04
/proc/29484/stat : 29484 (minisat) R 29483 29460 29423 0 -1 4194304 4796 0 0 0 9500 4 0 0 25 0 1 0 26765847 20209664 4782 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/29484/statm: 4934 4782 75 150 0 4781 0
Current children cumulated CPU time (s) 98.18
Current children cumulated vsize (KiB) 41960

[startup+99.6018 s]
/proc/loadavg: 2.11 2.13 2.06 3/78 29484
/proc/meminfo: memFree=1846952/2055920 swapFree=4192812/4192956
[pid=29460] ppid=29458 vsize=16868 CPUtime=3.14
/proc/29460/stat : 29460 (sugar) S 29458 29460 29423 0 -1 4194304 1376 17269 0 2 6 1 294 13 16 0 1 0 26765524 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29460/statm: 4217 1113 409 3 0 796 0
[pid=29483] ppid=29460 vsize=5356 CPUtime=0
/proc/29483/stat : 29483 (sh) S 29460 29460 29423 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26765847 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29483/statm: 1339 232 193 169 0 50 0
[pid=29484] ppid=29483 vsize=19736 CPUtime=95.43
/proc/29484/stat : 29484 (minisat) R 29483 29460 29423 0 -1 4194304 4802 0 0 0 9539 4 0 0 25 0 1 0 26765847 20209664 4788 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/29484/statm: 4934 4788 75 150 0 4781 0
Current children cumulated CPU time (s) 98.57
Current children cumulated vsize (KiB) 41960

[startup+99.8018 s]
/proc/loadavg: 2.11 2.13 2.06 3/78 29484
/proc/meminfo: memFree=1846952/2055920 swapFree=4192812/4192956
[pid=29460] ppid=29458 vsize=16868 CPUtime=98.72
/proc/29460/stat : 29460 (sugar) S 29458 29460 29423 0 -1 4194304 1430 22369 0 2 6 1 9846 19 17 0 1 0 26765524 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29460/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 98.72
Current children cumulated vsize (KiB) 16868

[startup+99.9018 s]
/proc/loadavg: 2.11 2.13 2.06 3/78 29484
/proc/meminfo: memFree=1846952/2055920 swapFree=4192812/4192956
[pid=29460] ppid=29458 vsize=16868 CPUtime=98.72
/proc/29460/stat : 29460 (sugar) S 29458 29460 29423 0 -1 4194304 1450 22369 0 2 6 1 9846 19 15 0 1 0 26765524 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29460/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 98.72
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 99.9055
CPU time (s): 98.876
CPU user time (s): 98.64
CPU system time (s): 0.235964
CPU usage (%): 98.9695
Max. virtual memory (cumulated for all children) (KiB): 886556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 98.64
system time used= 0.235964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27652
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= 2720
involuntary context switches= 4649

runsolver used 0.135979 second user time and 0.332949 second system time

The end

Launcher Data

Begin job on node33 at 2009-07-12 13:09:55
IDJOB=2092103
IDBENCH=60264
IDSOLVER=739
FILE ID=node33/2092103-1247396995
PBS_JOBID= 9507463
Free space on /tmp= 66448 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/tightness0.8/normalized-rand-2-40-80-103-800-17_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2092103-1247396995/watcher-2092103-1247396995 -o /tmp/evaluation-result-2092103-1247396995/solver-2092103-1247396995 -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-2092103-1247396995.xml

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

MD5SUM BENCH= dc4aad0ada1fb661ff1b842fd77a6a8c
RANDOM SEED=1906804855

node33.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.229
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.229
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:       1873440 kB
Buffers:         29152 kB
Cached:          73664 kB
SwapCached:          0 kB
Active:          92356 kB
Inactive:        39628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1873440 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2272 kB
Writeback:           0 kB
Mapped:          39876 kB
Slab:            35960 kB
Committed_AS:   280372 kB
PageTables:       1764 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= 66448 MiB
End job on node33 at 2009-07-12 13:11:35