Trace number 2092059

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 134.92 135.65

General information on the benchmark

Namecsp/tightness0.8/
normalized-rand-2-40-80-103-800-21_ext.xml
MD5SUMf649bc48b325150174ae3b6dd46ca2e1
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 benchmark0.435933
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.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 13:09:18 2009
0.00/0.07	c 0	PID 28907
0.05/0.07	c 0	HOST node61.alineos.net
0.05/0.07	c 0	CONVERTING HOME/instance-2092059-1247396958.xml TO HOME/temp.csp
0.05/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-2092059-1247396958.xml' 'HOME/temp.csp'
0.06/0.89	c 1	1 domains, 40 variables, 0 predicates, 103 relations, 103 constraints
0.06/0.89	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.89	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.86/0.97	c 1	Parsing HOME/temp.csp
1.65/1.76	c 2	parsed 247 expressions
1.65/1.76	c 2	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.65/1.76	c 2	Converting to clausal form CSP
1.65/1.78	c 2	converted 25 (10%) expressions
1.65/1.80	c 2	converted 50 (20%) expressions
1.74/1.80	c 2	converted 75 (30%) expressions
1.74/1.81	c 2	converted 99 (40%) expressions
1.74/1.82	c 2	converted 124 (50%) expressions
1.74/1.85	c 2	converted 149 (60%) expressions
1.85/1.91	c 2	converted 173 (70%) expressions
2.05/2.12	c 2	converted 198 (80%) expressions
2.15/2.22	c 2	converted 223 (90%) expressions
2.15/2.27	c 2	converted 247 (100%) expressions
2.15/2.27	c 2	CSP : 40 integers, 0 booleans, 103 clauses, largest domain size 80
2.15/2.27	c 2	Heap : 26 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.15/2.28	c 2	Propagation in CSP
2.15/2.28	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.15/2.28	c 2	CSP : 40 integers, 0 booleans, 103 clauses, largest domain size 80
2.15/2.28	c 2	Heap : 26 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.15/2.30	c 2	Simplifing CSP by introducing new Boolean variables
2.24/2.30	c 2	CSP : 40 integers, 0 booleans, 103 clauses, largest domain size 80
2.24/2.30	c 2	Heap : 25 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.24/2.39	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.35/2.40	c 3	4 (10%) CSP integer variables are encoded (312 clauses, 3284 bytes)
2.35/2.40	c 3	8 (20%) CSP integer variables are encoded (624 clauses, 6716 bytes)
2.35/2.41	c 3	12 (30%) CSP integer variables are encoded (936 clauses, 10148 bytes)
2.35/2.41	c 3	16 (40%) CSP integer variables are encoded (1248 clauses, 14103 bytes)
2.35/2.41	c 3	20 (50%) CSP integer variables are encoded (1560 clauses, 18159 bytes)
2.35/2.41	c 3	24 (60%) CSP integer variables are encoded (1872 clauses, 22215 bytes)
2.35/2.41	c 3	28 (70%) CSP integer variables are encoded (2184 clauses, 26271 bytes)
2.35/2.41	c 3	32 (80%) CSP integer variables are encoded (2496 clauses, 30327 bytes)
2.35/2.41	c 3	36 (90%) CSP integer variables are encoded (2808 clauses, 34383 bytes)
2.35/2.41	c 3	40 (100%) CSP integer variables are encoded (3120 clauses, 38439 bytes)
2.43/2.54	c 3	11 (10%) CSP clauses are encoded (14450 clauses, 261211 bytes)
2.53/2.62	c 3	21 (20%) CSP clauses are encoded (24855 clauses, 477743 bytes)
2.53/2.70	c 3	31 (30%) CSP clauses are encoded (35236 clauses, 697976 bytes)
2.63/2.78	c 3	42 (40%) CSP clauses are encoded (46659 clauses, 938404 bytes)
2.75/2.85	c 3	52 (50%) CSP clauses are encoded (57024 clauses, 1154929 bytes)
2.85/2.93	c 3	62 (60%) CSP clauses are encoded (67494 clauses, 1379370 bytes)
2.94/3.01	c 3	73 (70%) CSP clauses are encoded (79017 clauses, 1645182 bytes)
2.94/3.09	c 3	83 (80%) CSP clauses are encoded (89432 clauses, 1886719 bytes)
3.05/3.16	c 3	93 (90%) CSP clauses are encoded (99894 clauses, 2129343 bytes)
3.15/3.24	c 3	103 (100%) CSP clauses are encoded (110298 clauses, 2370752 bytes)
3.15/3.24	c 3	103 CSP clauses encoded
3.15/3.24	c 3	Writing map file : HOME/temp.map
3.15/3.24	c 3	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.15/3.24	c 3	SAT : 3160 SAT variables, 110298 SAT clauses, 2370752 bytes
3.15/3.24	c 3	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.15/3.25	c 3	SOLVING HOME/temp.cnf
3.15/3.25	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.15/3.26	c 3	This is MiniSat 2.0 beta
3.15/3.26	c 3	WARNING: for repeatability, setting FPU to use double precision
3.15/3.26	c 3	============================[ Problem Statistics ]=============================
3.15/3.26	c 3	|                                                                             |
3.15/3.26	c 3	|  Number of variables:  3160                                                 |
3.15/3.26	c 3	|  Number of clauses:    110298                                               |
3.21/3.32	c 3	|  Parsing time:         0.05         s                                       |
3.21/3.33	c 3	============================[ Search Statistics ]==============================
3.21/3.33	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.21/3.33	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.21/3.33	c 3	===============================================================================
3.21/3.33	c 3	|         0 |    3160   110298   419162 |    36766        0    nan |  0.000 % |
3.21/3.37	c 4	|       100 |    3160   110298   419162 |    40442      100     17 |  0.000 % |
3.21/3.42	c 4	|       251 |    3160   110298   419162 |    44486      251     14 |  0.000 % |
3.21/3.49	c 4	|       477 |    3160   110298   419162 |    48935      477     14 |  0.002 % |
3.21/3.57	c 4	|       814 |    3160   110298   419162 |    53829      814     12 |  0.000 % |
3.21/3.69	c 4	|      1322 |    3160   110298   419162 |    59212     1322     12 |  0.000 % |
3.21/3.88	c 4	|      2081 |    3160   110298   419162 |    65133     2081     13 |  0.001 % |
3.21/4.16	c 4	|      3224 |    3160   110298   419162 |    71646     3224     12 |  0.001 % |
4.62/4.75	c 5	|      4932 |    3160   110298   419162 |    78811     4932     13 |  0.001 % |
5.43/5.53	c 6	|      7494 |    3160   110298   419162 |    86692     7494     15 |  0.000 % |
6.81/6.92	c 7	|     11338 |    3160   110298   419162 |    95361    11338     16 |  0.001 % |
8.91/9.08	c 9	|     17104 |    3160   110298   419162 |   104897    17104     16 |  0.002 % |
12.00/12.17	c 12	|     25754 |    3158   110114   418563 |   115387    14892     15 |  0.063 % |
17.86/18.07	c 18	|     38728 |    3158   110114   418563 |   126926    27866     16 |  0.064 % |
27.02/27.20	c 27	|     58190 |    3152   109748   417252 |   139618    30610     15 |  0.253 % |
42.05/42.34	c 42	|     87384 |    3152   109748   417252 |   153580    59804     16 |  0.254 % |
70.70/71.15	c 71	|    131173 |    3152   109748   417252 |   168938   103593     18 |  0.253 % |
134.40/135.11	c 135	|    196857 |    3152   109748   417252 |   185832   169277     19 |  0.254 % |
134.70/135.45	c 136	===============================================================================
134.70/135.45	c 136	restarts              : 18
134.70/135.45	c 136	conflicts             : 197189         (1500 /sec)
134.70/135.45	c 136	decisions             : 297952         (1.57 % random) (2266 /sec)
134.70/135.45	c 136	propagations          : 36999475       (281420 /sec)
134.70/135.45	c 136	conflict literals     : 3700444        (42.96 % deleted)
134.70/135.45	c 136	Memory used           : 25.68 MB
134.70/135.45	c 136	CPU time              : 131.474 s
134.70/135.45	c 136	
134.70/135.45	c 136	SATISFIABLE
134.70/135.46	c 136	DECODING HOME/temp.out WITH HOME/temp.map
134.70/135.46	c 136	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'
134.76/135.54	c 136	Decoding HOME/temp.out
134.76/135.59	s SATISFIABLE
134.76/135.59	v 2 63 4 61 58 14 28 43 36 17 41 56 4 37 71 23 4 74 3 22 49 27 74 25 66 0 37 32 73 1 63 1 3 3 11 0 2 79 58 52
134.76/135.61	c 136	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
134.76/135.65	c 136	CPU 134.89 (0.06 0.01 134.59 0.23)
134.76/135.65	c 136	END Sun Jul 12 13:11:34 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-2092059-1247396958/watcher-2092059-1247396958 -o /tmp/evaluation-result-2092059-1247396958/solver-2092059-1247396958 -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-2092059-1247396958.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.02 2.01 4/81 28907
/proc/meminfo: memFree=1640736/2055920 swapFree=4192812/4192956
[pid=28907] ppid=28905 vsize=18576 CPUtime=0
/proc/28907/stat : 28907 (runsolver) R 28905 28907 28438 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 26759264 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 246406507815 0 0 4096 24578 0 0 0 17 1 0 0
/proc/28907/statm: 4644 284 249 26 0 2626 0

[startup+0.0763079 s]
/proc/loadavg: 2.07 2.02 2.01 4/81 28907
/proc/meminfo: memFree=1640736/2055920 swapFree=4192812/4192956
[pid=28907] ppid=28905 vsize=16740 CPUtime=0.05
/proc/28907/stat : 28907 (sugar) S 28905 28907 28438 0 -1 4194304 1152 0 0 0 5 0 0 0 18 0 1 0 26759264 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28907/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16740

[startup+0.100811 s]
/proc/loadavg: 2.07 2.02 2.01 4/81 28907
/proc/meminfo: memFree=1640736/2055920 swapFree=4192812/4192956
[pid=28907] ppid=28905 vsize=16868 CPUtime=0.06
/proc/28907/stat : 28907 (sugar) S 28905 28907 28438 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 26759264 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28907/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301829 s]
/proc/loadavg: 2.07 2.02 2.01 4/81 28907
/proc/meminfo: memFree=1640736/2055920 swapFree=4192812/4192956
[pid=28907] ppid=28905 vsize=16868 CPUtime=0.06
/proc/28907/stat : 28907 (sugar) S 28905 28907 28438 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 26759264 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28907/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701867 s]
/proc/loadavg: 2.07 2.02 2.01 4/81 28907
/proc/meminfo: memFree=1640736/2055920 swapFree=4192812/4192956
[pid=28907] ppid=28905 vsize=16868 CPUtime=0.06
/proc/28907/stat : 28907 (sugar) S 28905 28907 28438 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 26759264 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28907/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50194 s]
/proc/loadavg: 2.07 2.02 2.01 3/92 28929
/proc/meminfo: memFree=1632392/2055920 swapFree=4192812/4192956
[pid=28907] ppid=28905 vsize=16868 CPUtime=0.86
/proc/28907/stat : 28907 (sugar) S 28905 28907 28438 0 -1 4194304 1309 5180 0 1 5 1 77 3 15 0 1 0 26759264 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28907/statm: 4217 1111 409 3 0 796 0
[pid=28920] ppid=28907 vsize=5356 CPUtime=0
/proc/28920/stat : 28920 (sh) S 28907 28907 28438 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26759354 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28920/statm: 1339 233 193 169 0 50 0
[pid=28921] ppid=28920 vsize=862284 CPUtime=0.58
/proc/28921/stat : 28921 (java) S 28920 28907 28438 0 -1 0 6394 0 1 0 55 3 0 0 18 0 9 0 26759354 882978816 5676 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28921/statm: 215571 5676 2158 9 0 210484 0
[pid=28921/tid=28922] ppid=28920 vsize=862284 CPUtime=0.36
/proc/28921/task/28922/stat : 28922 (java) R 28920 28907 28438 0 -1 64 2024 0 1 0 35 1 0 0 22 0 9 0 26759355 882978816 5676 996147200 134512640 134550932 4294955936 18446744073709551615 4125952315 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28923] ppid=28920 vsize=862284 CPUtime=0.17
/proc/28921/task/28923/stat : 28923 (java) S 28920 28907 28438 0 -1 64 3361 0 0 0 16 1 0 0 16 0 9 0 26759356 882978816 5676 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28924] ppid=28920 vsize=862284 CPUtime=0
/proc/28921/task/28924/stat : 28924 (java) S 28920 28907 28438 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 26759356 882978816 5676 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28925] ppid=28920 vsize=862284 CPUtime=0
/proc/28921/task/28925/stat : 28925 (java) S 28920 28907 28438 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 26759356 882978816 5676 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28926] ppid=28920 vsize=862284 CPUtime=0
/proc/28921/task/28926/stat : 28926 (java) S 28920 28907 28438 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 26759358 882978816 5676 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28927] ppid=28920 vsize=862284 CPUtime=0.03
/proc/28921/task/28927/stat : 28927 (java) S 28920 28907 28438 0 -1 64 306 0 0 0 3 0 0 0 17 0 9 0 26759358 882978816 5676 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28928] ppid=28920 vsize=862284 CPUtime=0
/proc/28921/task/28928/stat : 28928 (java) S 28920 28907 28438 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 26759358 882978816 5676 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28929] ppid=28920 vsize=862284 CPUtime=0
/proc/28921/task/28929/stat : 28929 (java) S 28920 28907 28438 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26759358 882978816 5676 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) 884508

[startup+3.10209 s]
/proc/loadavg: 2.06 2.02 2.00 5/92 28929
/proc/meminfo: memFree=1601736/2055920 swapFree=4192812/4192956
[pid=28907] ppid=28905 vsize=16868 CPUtime=0.87
/proc/28907/stat : 28907 (sugar) S 28905 28907 28438 0 -1 4194304 1310 5180 0 1 6 1 77 3 15 0 1 0 26759264 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28907/statm: 4217 1111 409 3 0 796 0
[pid=28920] ppid=28907 vsize=5356 CPUtime=0
/proc/28920/stat : 28920 (sh) S 28907 28907 28438 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26759354 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28920/statm: 1339 233 193 169 0 50 0
[pid=28921] ppid=28920 vsize=864488 CPUtime=2.18
/proc/28921/stat : 28921 (java) S 28920 28907 28438 0 -1 0 12062 0 1 0 210 8 0 0 18 0 9 0 26759354 885235712 11247 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28921/statm: 216122 11247 2590 9 0 210599 0
[pid=28921/tid=28922] ppid=28920 vsize=864488 CPUtime=1.36
/proc/28921/task/28922/stat : 28922 (java) R 28920 28907 28438 0 -1 64 3018 0 1 0 132 4 0 0 25 0 9 0 26759355 885235712 11247 996147200 134512640 134550932 4294955936 18446744073709551615 4126479887 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28923] ppid=28920 vsize=864488 CPUtime=0.7
/proc/28921/task/28923/stat : 28923 (java) S 28920 28907 28438 0 -1 64 8007 0 0 0 68 2 0 0 16 0 9 0 26759356 885235712 11247 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28924] ppid=28920 vsize=864488 CPUtime=0
/proc/28921/task/28924/stat : 28924 (java) S 28920 28907 28438 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 26759356 885235712 11247 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28925] ppid=28920 vsize=864488 CPUtime=0
/proc/28921/task/28925/stat : 28925 (java) S 28920 28907 28438 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 26759356 885235712 11247 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28926] ppid=28920 vsize=864488 CPUtime=0
/proc/28921/task/28926/stat : 28926 (java) S 28920 28907 28438 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 26759358 885235712 11247 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28927] ppid=28920 vsize=864488 CPUtime=0.08
/proc/28921/task/28927/stat : 28927 (java) S 28920 28907 28438 0 -1 64 334 0 0 0 8 0 0 0 16 0 9 0 26759358 885235712 11247 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28928] ppid=28920 vsize=864488 CPUtime=0
/proc/28921/task/28928/stat : 28928 (java) S 28920 28907 28438 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 26759358 885235712 11247 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28929] ppid=28920 vsize=864488 CPUtime=0
/proc/28921/task/28929/stat : 28929 (java) S 28920 28907 28438 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26759358 885235712 11247 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 886712

[startup+6.3024 s]
/proc/loadavg: 2.06 2.02 2.00 3/84 28931
/proc/meminfo: memFree=1610056/2055920 swapFree=4192812/4192956
[pid=28907] ppid=28905 vsize=16868 CPUtime=3.21
/proc/28907/stat : 28907 (sugar) S 28905 28907 28438 0 -1 4194304 1376 17555 0 2 6 1 301 13 15 0 1 0 26759264 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28907/statm: 4217 1113 409 3 0 796 0
[pid=28930] ppid=28907 vsize=5356 CPUtime=0
/proc/28930/stat : 28930 (sh) S 28907 28907 28438 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26759590 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28930/statm: 1339 232 193 169 0 50 0
[pid=28931] ppid=28930 vsize=8560 CPUtime=3.01
/proc/28931/stat : 28931 (minisat) R 28930 28907 28438 0 -1 4194304 2035 0 0 0 300 1 0 0 25 0 1 0 26759590 8765440 2021 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/28931/statm: 2140 2021 75 150 0 1987 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 30784

[startup+12.702 s]
/proc/loadavg: 2.05 2.02 2.00 3/84 28931
/proc/meminfo: memFree=1624912/2055920 swapFree=4192812/4192956
[pid=28907] ppid=28905 vsize=16868 CPUtime=3.21
/proc/28907/stat : 28907 (sugar) S 28905 28907 28438 0 -1 4194304 1376 17555 0 2 6 1 301 13 16 0 1 0 26759264 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28907/statm: 4217 1113 409 3 0 796 0
[pid=28930] ppid=28907 vsize=5356 CPUtime=0
/proc/28930/stat : 28930 (sh) S 28907 28907 28438 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26759590 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28930/statm: 1339 232 193 169 0 50 0
[pid=28931] ppid=28930 vsize=9632 CPUtime=9.38
/proc/28931/stat : 28931 (minisat) R 28930 28907 28438 0 -1 4194304 2300 0 0 0 936 2 0 0 25 0 1 0 26759590 9863168 2286 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/28931/statm: 2408 2286 75 150 0 2255 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 31856

[startup+25.5012 s]
/proc/loadavg: 2.04 2.02 2.00 3/84 28931
/proc/meminfo: memFree=1603088/2055920 swapFree=4192812/4192956
[pid=28907] ppid=28905 vsize=16868 CPUtime=3.21
/proc/28907/stat : 28907 (sugar) S 28905 28907 28438 0 -1 4194304 1376 17555 0 2 6 1 301 13 16 0 1 0 26759264 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28907/statm: 4217 1113 409 3 0 796 0
[pid=28930] ppid=28907 vsize=5356 CPUtime=0
/proc/28930/stat : 28930 (sh) S 28907 28907 28438 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26759590 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28930/statm: 1339 232 193 169 0 50 0
[pid=28931] ppid=28930 vsize=11988 CPUtime=22.12
/proc/28931/stat : 28931 (minisat) R 28930 28907 28438 0 -1 4194304 2868 0 0 0 2210 2 0 0 25 0 1 0 26759590 12275712 2854 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28931/statm: 2997 2854 75 150 0 2844 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 34212

[startup+51.1017 s]
/proc/loadavg: 2.03 2.02 2.00 3/84 28931
/proc/meminfo: memFree=1614160/2055920 swapFree=4192812/4192956
[pid=28907] ppid=28905 vsize=16868 CPUtime=3.21
/proc/28907/stat : 28907 (sugar) S 28905 28907 28438 0 -1 4194304 1376 17555 0 2 6 1 301 13 16 0 1 0 26759264 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28907/statm: 4217 1113 409 3 0 796 0
[pid=28930] ppid=28907 vsize=5356 CPUtime=0
/proc/28930/stat : 28930 (sh) S 28907 28907 28438 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26759590 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28930/statm: 1339 232 193 169 0 50 0
[pid=28931] ppid=28930 vsize=15144 CPUtime=47.59
/proc/28931/stat : 28931 (minisat) R 28930 28907 28438 0 -1 4194304 3639 0 0 0 4756 3 0 0 25 0 1 0 26759590 15507456 3625 996147200 134512640 135127466 4294956256 18446744073709551615 134530802 0 0 4096 3 0 0 0 17 1 0 0
/proc/28931/statm: 3786 3625 75 150 0 3633 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 37368

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/84 28931
/proc/meminfo: memFree=1608464/2055920 swapFree=4192812/4192956
[pid=28907] ppid=28905 vsize=16868 CPUtime=3.21
/proc/28907/stat : 28907 (sugar) S 28905 28907 28438 0 -1 4194304 1376 17555 0 2 6 1 301 13 16 0 1 0 26759264 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28907/statm: 4217 1113 409 3 0 796 0
[pid=28930] ppid=28907 vsize=5356 CPUtime=0
/proc/28930/stat : 28930 (sh) S 28907 28907 28438 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26759590 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28930/statm: 1339 232 193 169 0 50 0
[pid=28931] ppid=28930 vsize=22720 CPUtime=98.55
/proc/28931/stat : 28931 (minisat) R 28930 28907 28438 0 -1 4194304 5510 0 0 0 9849 6 0 0 25 0 1 0 26759590 23265280 5496 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/28931/statm: 5680 5496 75 150 0 5527 0
Current children cumulated CPU time (s) 101.76
Current children cumulated vsize (KiB) 44944

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

[startup+115.102 s]
/proc/loadavg: 2.01 2.01 2.00 3/84 28931
/proc/meminfo: memFree=1608848/2055920 swapFree=4192812/4192956
[pid=28907] ppid=28905 vsize=16868 CPUtime=3.21
/proc/28907/stat : 28907 (sugar) S 28905 28907 28438 0 -1 4194304 1376 17555 0 2 6 1 301 13 16 0 1 0 26759264 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28907/statm: 4217 1113 409 3 0 796 0
[pid=28930] ppid=28907 vsize=5356 CPUtime=0
/proc/28930/stat : 28930 (sh) S 28907 28907 28438 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26759590 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28930/statm: 1339 232 193 169 0 50 0
[pid=28931] ppid=28930 vsize=24172 CPUtime=111.28
/proc/28931/stat : 28931 (minisat) R 28930 28907 28438 0 -1 4194304 5873 0 0 0 11122 6 0 0 25 0 1 0 26759590 24752128 5859 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28931/statm: 6043 5859 75 150 0 5890 0
Current children cumulated CPU time (s) 114.49
Current children cumulated vsize (KiB) 46396

[startup+127.902 s]
/proc/loadavg: 2.07 2.03 2.00 3/84 28931
/proc/meminfo: memFree=1607440/2055920 swapFree=4192812/4192956
[pid=28907] ppid=28905 vsize=16868 CPUtime=3.21
/proc/28907/stat : 28907 (sugar) S 28905 28907 28438 0 -1 4194304 1376 17555 0 2 6 1 301 13 16 0 1 0 26759264 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28907/statm: 4217 1113 409 3 0 796 0
[pid=28930] ppid=28907 vsize=5356 CPUtime=0
/proc/28930/stat : 28930 (sh) S 28907 28907 28438 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26759590 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28930/statm: 1339 232 193 169 0 50 0
[pid=28931] ppid=28930 vsize=25496 CPUtime=124.02
/proc/28931/stat : 28931 (minisat) R 28930 28907 28438 0 -1 4194304 6228 0 0 0 12395 7 0 0 25 0 1 0 26759590 26107904 6214 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28931/statm: 6374 6214 75 150 0 6221 0
Current children cumulated CPU time (s) 127.23
Current children cumulated vsize (KiB) 47720

[startup+131.101 s]
/proc/loadavg: 2.07 2.03 2.00 3/84 28931
/proc/meminfo: memFree=1605456/2055920 swapFree=4192812/4192956
[pid=28907] ppid=28905 vsize=16868 CPUtime=3.21
/proc/28907/stat : 28907 (sugar) S 28905 28907 28438 0 -1 4194304 1376 17555 0 2 6 1 301 13 16 0 1 0 26759264 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28907/statm: 4217 1113 409 3 0 796 0
[pid=28930] ppid=28907 vsize=5356 CPUtime=0
/proc/28930/stat : 28930 (sh) S 28907 28907 28438 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26759590 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28930/statm: 1339 232 193 169 0 50 0
[pid=28931] ppid=28930 vsize=25900 CPUtime=127.21
/proc/28931/stat : 28931 (minisat) R 28930 28907 28438 0 -1 4194304 6317 0 0 0 12714 7 0 0 25 0 1 0 26759590 26521600 6303 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28931/statm: 6475 6303 75 150 0 6322 0
Current children cumulated CPU time (s) 130.42
Current children cumulated vsize (KiB) 48124

[startup+132.701 s]
/proc/loadavg: 2.07 2.03 2.00 3/84 28931
/proc/meminfo: memFree=1606928/2055920 swapFree=4192812/4192956
[pid=28907] ppid=28905 vsize=16868 CPUtime=3.21
/proc/28907/stat : 28907 (sugar) S 28905 28907 28438 0 -1 4194304 1376 17555 0 2 6 1 301 13 16 0 1 0 26759264 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28907/statm: 4217 1113 409 3 0 796 0
[pid=28930] ppid=28907 vsize=5356 CPUtime=0
/proc/28930/stat : 28930 (sh) S 28907 28907 28438 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26759590 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28930/statm: 1339 232 193 169 0 50 0
[pid=28931] ppid=28930 vsize=26032 CPUtime=128.8
/proc/28931/stat : 28931 (minisat) R 28930 28907 28438 0 -1 4194304 6358 0 0 0 12873 7 0 0 25 0 1 0 26759590 26656768 6344 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/28931/statm: 6508 6344 75 150 0 6355 0
Current children cumulated CPU time (s) 132.01
Current children cumulated vsize (KiB) 48256

[startup+134.303 s]
/proc/loadavg: 2.07 2.03 2.00 3/84 28931
/proc/meminfo: memFree=1603920/2055920 swapFree=4192812/4192956
[pid=28907] ppid=28905 vsize=16868 CPUtime=3.21
/proc/28907/stat : 28907 (sugar) S 28905 28907 28438 0 -1 4194304 1376 17555 0 2 6 1 301 13 16 0 1 0 26759264 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28907/statm: 4217 1113 409 3 0 796 0
[pid=28930] ppid=28907 vsize=5356 CPUtime=0
/proc/28930/stat : 28930 (sh) S 28907 28907 28438 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26759590 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28930/statm: 1339 232 193 169 0 50 0
[pid=28931] ppid=28930 vsize=26164 CPUtime=130.4
/proc/28931/stat : 28931 (minisat) R 28930 28907 28438 0 -1 4194304 6400 0 0 0 13033 7 0 0 25 0 1 0 26759590 26791936 6386 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28931/statm: 6541 6386 75 150 0 6388 0
Current children cumulated CPU time (s) 133.61
Current children cumulated vsize (KiB) 48388

[startup+135.103 s]
/proc/loadavg: 2.07 2.03 2.00 3/84 28931
/proc/meminfo: memFree=1603920/2055920 swapFree=4192812/4192956
[pid=28907] ppid=28905 vsize=16868 CPUtime=3.21
/proc/28907/stat : 28907 (sugar) S 28905 28907 28438 0 -1 4194304 1376 17555 0 2 6 1 301 13 16 0 1 0 26759264 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28907/statm: 4217 1113 409 3 0 796 0
[pid=28930] ppid=28907 vsize=5356 CPUtime=0
/proc/28930/stat : 28930 (sh) S 28907 28907 28438 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26759590 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28930/statm: 1339 232 193 169 0 50 0
[pid=28931] ppid=28930 vsize=26296 CPUtime=131.19
/proc/28931/stat : 28931 (minisat) R 28930 28907 28438 0 -1 4194304 6424 0 0 0 13112 7 0 0 25 0 1 0 26759590 26927104 6410 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/28931/statm: 6574 6410 75 150 0 6421 0
Current children cumulated CPU time (s) 134.4
Current children cumulated vsize (KiB) 48520

[startup+135.503 s]
/proc/loadavg: 2.07 2.03 2.00 3/84 28931
/proc/meminfo: memFree=1604496/2055920 swapFree=4192812/4192956
[pid=28907] ppid=28905 vsize=16868 CPUtime=134.76
/proc/28907/stat : 28907 (sugar) S 28905 28907 28438 0 -1 4194304 1430 24286 0 2 6 1 13448 21 16 0 1 0 26759264 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28907/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 134.76
Current children cumulated vsize (KiB) 16868

[startup+135.603 s]
/proc/loadavg: 2.07 2.03 2.00 3/84 28931
/proc/meminfo: memFree=1604496/2055920 swapFree=4192812/4192956
[pid=28907] ppid=28905 vsize=16868 CPUtime=134.76
/proc/28907/stat : 28907 (sugar) S 28905 28907 28438 0 -1 4194304 1450 24286 0 2 6 1 13448 21 15 0 1 0 26759264 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28907/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 134.76
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 135.65
CPU time (s): 134.92
CPU user time (s): 134.664
CPU system time (s): 0.25696
CPU usage (%): 99.4619
Max. virtual memory (cumulated for all children) (KiB): 886712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 134.664
system time used= 0.25696
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29567
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= 2489
involuntary context switches= 3843

runsolver used 0.179972 second user time and 0.45393 second system time

The end

Launcher Data

Begin job on node61 at 2009-07-12 13:09:18
IDJOB=2092059
IDBENCH=60241
IDSOLVER=739
FILE ID=node61/2092059-1247396958
PBS_JOBID= 9507366
Free space on /tmp= 66392 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/tightness0.8/normalized-rand-2-40-80-103-800-21_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-2092059-1247396958/watcher-2092059-1247396958 -o /tmp/evaluation-result-2092059-1247396958/solver-2092059-1247396958 -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-2092059-1247396958.xml

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

MD5SUM BENCH= f649bc48b325150174ae3b6dd46ca2e1
RANDOM SEED=1230518076

node61.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:       1641216 kB
Buffers:         83232 kB
Cached:         220932 kB
SwapCached:          0 kB
Active:         239916 kB
Inactive:       116652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1641216 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2532 kB
Writeback:           0 kB
Mapped:          65136 kB
Slab:            43148 kB
Committed_AS:   270900 kB
PageTables:       1964 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66388 MiB
End job on node61 at 2009-07-12 13:11:34