Trace number 1078030

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 93.1 93.4043

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-26_ext.xml
MD5SUM5ec082c532b71e4456d741144814d880
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 benchmark1.79673
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints57
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension57
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.04	c 0	Sugar v1-13 + HOME/minisat
0.02/0.04	c 0	BEGIN Fri Jul  4 23:01:06 2008
0.02/0.04	c 0	PID 6619
0.02/0.04	c 0	HOST node75.alineos.net
0.02/0.04	c 0	CONVERTING HOME/instance-1078030-1215205266.xml TO HOME/temp.csp
0.02/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1078030-1215205266.xml' 'HOME/temp.csp'
0.03/0.84	c 1	1 domains, 20 variables, 0 predicates, 57 relations, 57 constraints
0.03/0.85	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.85	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.81/0.93	c 1	Parsing HOME/temp.csp
1.84/1.97	c 2	parsed 135 expressions
1.84/1.97	c 2	Heap : 19 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.84/1.97	c 2	Converting to clausal form CSP
1.84/1.99	c 2	converted 14 (10%) expressions
1.94/2.01	c 2	converted 27 (20%) expressions
1.94/2.02	c 2	converted 41 (30%) expressions
2.04/2.19	c 2	converted 54 (40%) expressions
2.04/2.20	c 2	converted 68 (50%) expressions
2.14/2.25	c 2	converted 81 (60%) expressions
2.23/2.36	c 2	converted 95 (70%) expressions
2.33/2.46	c 2	converted 108 (80%) expressions
2.44/2.57	c 2	converted 122 (90%) expressions
2.74/2.86	c 3	converted 135 (100%) expressions
2.74/2.86	c 3	CSP : 20 integers, 0 booleans, 57 clauses, largest domain size 20
2.74/2.86	c 3	Heap : 38 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.74/2.86	c 3	Propagation in CSP
2.74/2.86	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.74/2.86	c 3	CSP : 20 integers, 0 booleans, 57 clauses, largest domain size 20
2.74/2.86	c 3	Heap : 38 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.74/2.86	c 3	Simplifing CSP by introducing new Boolean variables
2.74/2.86	c 3	CSP : 20 integers, 0 booleans, 57 clauses, largest domain size 20
2.74/2.86	c 3	Heap : 38 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.84/2.99	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.84/3.00	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
2.84/3.00	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
2.93/3.00	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
2.93/3.00	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
2.93/3.00	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
2.93/3.00	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
2.93/3.00	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
2.93/3.01	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
2.93/3.01	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
2.93/3.01	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.03/3.20	c 3	6 (10%) CSP clauses are encoded (11188 clauses, 256159 bytes)
3.24/3.32	c 3	12 (20%) CSP clauses are encoded (21296 clauses, 500256 bytes)
3.33/3.45	c 3	18 (30%) CSP clauses are encoded (32052 clauses, 757756 bytes)
3.43/3.56	c 3	23 (40%) CSP clauses are encoded (41012 clauses, 980361 bytes)
3.53/3.69	c 4	29 (50%) CSP clauses are encoded (51784 clauses, 1248394 bytes)
3.73/3.82	c 4	35 (60%) CSP clauses are encoded (62659 clauses, 1530677 bytes)
3.83/3.93	c 4	40 (70%) CSP clauses are encoded (71658 clauses, 1771144 bytes)
3.93/4.05	c 4	46 (80%) CSP clauses are encoded (81790 clauses, 2040277 bytes)
4.03/4.17	c 4	52 (90%) CSP clauses are encoded (91893 clauses, 2308913 bytes)
4.14/4.28	c 4	57 (100%) CSP clauses are encoded (100941 clauses, 2551107 bytes)
4.14/4.28	c 4	57 CSP clauses encoded
4.14/4.28	c 4	Writing map file : HOME/temp.map
4.14/4.28	c 4	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.14/4.28	c 4	SAT : 380 SAT variables, 100941 SAT clauses, 2551107 bytes
4.14/4.28	c 4	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.22/4.34	c 4	SOLVING HOME/temp.cnf
4.22/4.34	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.22/4.34	c 4	This is MiniSat 2.0 beta
4.22/4.34	c 4	WARNING: for repeatability, setting FPU to use double precision
4.22/4.34	c 4	============================[ Problem Statistics ]=============================
4.22/4.34	c 4	|                                                                             |
4.22/4.35	c 4	|  Number of variables:  380                                                  |
4.22/4.35	c 4	|  Number of clauses:    100941                                               |
4.26/4.41	c 4	|  Parsing time:         0.05         s                                       |
4.26/4.41	c 4	============================[ Search Statistics ]==============================
4.26/4.41	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.26/4.41	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.26/4.41	c 4	===============================================================================
4.26/4.41	c 4	|         0 |     380   100941   552741 |    33647        0    nan |  0.000 % |
4.26/4.46	c 4	|       100 |     380   100941   552741 |    37011      100      8 |  0.001 % |
4.26/4.50	c 4	|       250 |     380   100941   552741 |    40712      250      9 |  0.013 % |
4.26/4.59	c 4	|       475 |     380   100941   552741 |    44784      475      9 |  0.013 % |
4.26/4.70	c 5	|       812 |     380   100941   552741 |    49262      812      9 |  0.013 % |
4.26/4.88	c 5	|      1318 |     380   100941   552741 |    54188     1318     11 |  0.013 % |
4.26/5.19	c 5	|      2077 |     380   100941   552741 |    59607     2077     11 |  0.013 % |
5.41/5.59	c 5	|      3217 |     380   100941   552741 |    65568     3217     12 |  0.006 % |
6.10/6.29	c 6	|      4926 |     380   100941   552741 |    72125     4926     12 |  0.014 % |
7.20/7.34	c 7	|      7488 |     380   100941   552741 |    79337     7488     13 |  0.014 % |
9.10/9.21	c 9	|     11332 |     380   100941   552741 |    87271    11332     13 |  0.014 % |
11.90/12.02	c 12	|     17098 |     380   100941   552741 |    95998    17098     14 |  0.017 % |
16.60/16.71	c 17	|     25747 |     379   100323   549844 |   105598     5659     13 |  0.265 % |
24.29/24.42	c 24	|     38724 |     379   100323   549844 |   116158    18636     15 |  0.276 % |
35.39/35.51	c 35	|     58186 |     378    99598   546165 |   127774    16354     14 |  0.527 % |
50.57/50.77	c 51	|     87378 |     378    99598   546165 |   140551    45546     14 |  0.539 % |
88.86/89.07	c 89	|    131169 |     378    99598   546165 |   154607    89337     16 |  0.529 % |
93.06/93.23	c 93	===============================================================================
93.06/93.23	c 93	restarts              : 17
93.06/93.23	c 93	conflicts             : 135106         (1522 /sec)
93.06/93.23	c 93	decisions             : 168062         (1.50 % random) (1893 /sec)
93.06/93.23	c 93	propagations          : 6130541        (69044 /sec)
93.06/93.23	c 93	conflict literals     : 2102407        (33.75 % deleted)
93.06/93.23	c 93	Memory used           : 16.88 MB
93.06/93.23	c 93	CPU time              : 88.7915 s
93.06/93.23	c 93	
93.06/93.23	c 93	SATISFIABLE
93.06/93.23	c 93	DECODING HOME/temp.out WITH HOME/temp.map
93.06/93.23	c 93	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
93.10/93.32	c 93	Decoding HOME/temp.out
93.10/93.35	s SATISFIABLE
93.10/93.35	v 4 4 19 13 12 17 7 17 13 14 17 13 4 19 1 4 1 5 8 16
93.10/93.35	c 93	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
93.10/93.40	c 93	CPU 92.93 (0.03 0.01 92.9 0.27)
93.10/93.40	c 93	END Fri Jul  4 23:02:39 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-1078030-1215205266/watcher-1078030-1215205266 -o /tmp/evaluation-result-1078030-1215205266/solver-1078030-1215205266 -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-1078030-1215205266.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.30 2.17 2.00 4/73 6619
/proc/meminfo: memFree=1538992/2055920 swapFree=4180584/4192956
[pid=6619] ppid=6617 vsize=12268 CPUtime=0
/proc/6619/stat : 6619 (sugar) R 6617 6619 3838 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1999476356 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 231891581950 0 0 4224 0 0 0 0 17 0 0 0
/proc/6619/statm: 3067 316 241 3 0 167 0

[startup+0.0268361 s]
/proc/loadavg: 2.30 2.17 2.00 4/73 6619
/proc/meminfo: memFree=1538992/2055920 swapFree=4180584/4192956
[pid=6619] ppid=6617 vsize=12940 CPUtime=0.02
/proc/6619/stat : 6619 (sugar) R 6617 6619 3838 0 -1 4194304 616 0 0 0 1 1 0 0 18 0 1 0 1999476356 13250560 584 996147200 4194304 4206940 548682068608 18446744073709551615 231882527457 0 0 4224 0 0 0 0 17 0 0 0
/proc/6619/statm: 3235 585 316 3 0 335 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12940

[startup+0.101843 s]
/proc/loadavg: 2.30 2.17 2.00 4/73 6619
/proc/meminfo: memFree=1538992/2055920 swapFree=4180584/4192956
[pid=6619] ppid=6617 vsize=13600 CPUtime=0.03
/proc/6619/stat : 6619 (sugar) S 6617 6619 3838 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 1999476356 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6619/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301863 s]
/proc/loadavg: 2.30 2.17 2.00 4/73 6619
/proc/meminfo: memFree=1538992/2055920 swapFree=4180584/4192956
[pid=6619] ppid=6617 vsize=13600 CPUtime=0.03
/proc/6619/stat : 6619 (sugar) S 6617 6619 3838 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 1999476356 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6619/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701912 s]
/proc/loadavg: 2.30 2.17 2.00 4/73 6619
/proc/meminfo: memFree=1538992/2055920 swapFree=4180584/4192956
[pid=6619] ppid=6617 vsize=13600 CPUtime=0.03
/proc/6619/stat : 6619 (sugar) S 6617 6619 3838 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 1999476356 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6619/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50301 s]
/proc/loadavg: 2.30 2.17 2.00 4/84 6641
/proc/meminfo: memFree=1529624/2055920 swapFree=4180584/4192956
[pid=6619] ppid=6617 vsize=13600 CPUtime=0.81
/proc/6619/stat : 6619 (sugar) S 6617 6619 3838 0 -1 4194304 973 6865 0 1 2 1 72 6 16 0 1 0 1999476356 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6619/statm: 3400 797 370 3 0 500 0
[pid=6632] ppid=6619 vsize=5356 CPUtime=0
/proc/6632/stat : 6632 (sh) S 6619 6619 3838 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999476441 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6632/statm: 1339 233 193 169 0 50 0
[pid=6633] ppid=6632 vsize=864044 CPUtime=0.63
/proc/6633/stat : 6633 (java) S 6632 6619 3838 0 -1 0 6978 0 1 0 60 3 0 0 20 0 9 0 1999476442 884781056 6265 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6633/statm: 216011 6267 2532 9 0 210593 0
[pid=6633/tid=6634] ppid=6632 vsize=864044 CPUtime=0.38
/proc/6633/task/6634/stat : 6634 (java) R 6632 6619 3838 0 -1 64 2462 0 1 0 38 0 0 0 25 0 9 0 1999476442 884781056 6268 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6633/tid=6635] ppid=6632 vsize=864044 CPUtime=0.18
/proc/6633/task/6635/stat : 6635 (java) R 6632 6619 3838 0 -1 64 3511 0 0 0 16 2 0 0 16 0 9 0 1999476444 884781056 6270 996147200 134512640 134550740 4294955952 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6633/tid=6636] ppid=6632 vsize=864044 CPUtime=0
/proc/6633/task/6636/stat : 6636 (java) S 6632 6619 3838 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1999476444 884781056 6272 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6633/tid=6637] ppid=6632 vsize=864044 CPUtime=0
/proc/6633/task/6637/stat : 6637 (java) S 6632 6619 3838 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1999476444 884781056 6272 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6633/tid=6638] ppid=6632 vsize=864044 CPUtime=0
/proc/6633/task/6638/stat : 6638 (java) S 6632 6619 3838 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1999476446 884781056 6272 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6633/tid=6639] ppid=6632 vsize=864044 CPUtime=0.04
/proc/6633/task/6639/stat : 6639 (java) S 6632 6619 3838 0 -1 64 313 0 0 0 4 0 0 0 16 0 9 0 1999476446 884781056 6272 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6633/tid=6640] ppid=6632 vsize=864044 CPUtime=0
/proc/6633/task/6640/stat : 6640 (java) S 6632 6619 3838 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1999476446 884781056 6273 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6633/tid=6641] ppid=6632 vsize=864044 CPUtime=0
/proc/6633/task/6641/stat : 6641 (java) S 6632 6619 3838 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999476446 884781056 6274 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 883000

[startup+3.1022 s]
/proc/loadavg: 2.30 2.17 2.00 4/84 6641
/proc/meminfo: memFree=1506456/2055920 swapFree=4180584/4192956
[pid=6619] ppid=6617 vsize=13600 CPUtime=0.81
/proc/6619/stat : 6619 (sugar) S 6617 6619 3838 0 -1 4194304 974 6865 0 1 2 1 72 6 15 0 1 0 1999476356 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6619/statm: 3400 797 370 3 0 500 0
[pid=6632] ppid=6619 vsize=5356 CPUtime=0
/proc/6632/stat : 6632 (sh) S 6619 6619 3838 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999476441 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6632/statm: 1339 233 193 169 0 50 0
[pid=6633] ppid=6632 vsize=864284 CPUtime=2.22
/proc/6633/stat : 6633 (java) S 6632 6619 3838 0 -1 0 14750 0 1 0 214 8 0 0 20 0 9 0 1999476442 885026816 13960 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6633/statm: 216071 13960 2564 9 0 210618 0
[pid=6633/tid=6634] ppid=6632 vsize=864284 CPUtime=1.07
/proc/6633/task/6634/stat : 6634 (java) R 6632 6619 3838 0 -1 64 3255 0 1 0 105 2 0 0 25 0 9 0 1999476442 885026816 13960 996147200 134512640 134550740 4294955952 18446744073709551615 4126553798 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6633/tid=6635] ppid=6632 vsize=864284 CPUtime=1.04
/proc/6633/task/6635/stat : 6635 (java) S 6632 6619 3838 0 -1 64 10454 0 0 0 99 5 0 0 16 0 9 0 1999476444 885026816 13960 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6633/tid=6636] ppid=6632 vsize=864284 CPUtime=0
/proc/6633/task/6636/stat : 6636 (java) S 6632 6619 3838 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1999476444 885026816 13960 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6633/tid=6637] ppid=6632 vsize=864284 CPUtime=0
/proc/6633/task/6637/stat : 6637 (java) S 6632 6619 3838 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1999476444 885026816 13960 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6633/tid=6638] ppid=6632 vsize=864284 CPUtime=0
/proc/6633/task/6638/stat : 6638 (java) S 6632 6619 3838 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1999476446 885026816 13960 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6633/tid=6639] ppid=6632 vsize=864284 CPUtime=0.08
/proc/6633/task/6639/stat : 6639 (java) S 6632 6619 3838 0 -1 64 344 0 0 0 8 0 0 0 16 0 9 0 1999476446 885026816 13960 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6633/tid=6640] ppid=6632 vsize=864284 CPUtime=0
/proc/6633/task/6640/stat : 6640 (java) S 6632 6619 3838 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1999476446 885026816 13960 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6633/tid=6641] ppid=6632 vsize=864284 CPUtime=0
/proc/6633/task/6641/stat : 6641 (java) S 6632 6619 3838 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999476446 885026816 13960 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 883240

[startup+6.30158 s]
/proc/loadavg: 2.35 2.19 2.01 3/76 6643
/proc/meminfo: memFree=1525016/2055920 swapFree=4180584/4192956
[pid=6619] ppid=6617 vsize=13600 CPUtime=4.26
/proc/6619/stat : 6619 (sugar) S 6617 6619 3838 0 -1 4194304 1031 22025 0 2 3 1 403 19 15 0 1 0 1999476356 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6619/statm: 3400 798 370 3 0 500 0
[pid=6642] ppid=6619 vsize=5356 CPUtime=0
/proc/6642/stat : 6642 (sh) S 6619 6619 3838 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999476790 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6642/statm: 1339 232 193 169 0 50 0
[pid=6643] ppid=6642 vsize=8164 CPUtime=1.94
/proc/6643/stat : 6643 (minisat) R 6642 6619 3838 0 -1 4194304 1925 0 0 0 193 1 0 0 25 0 1 0 1999476791 8359936 1911 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6643/statm: 2041 1911 75 150 0 1888 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 27120

[startup+12.7023 s]
/proc/loadavg: 2.32 2.18 2.01 3/76 6643
/proc/meminfo: memFree=1523864/2055920 swapFree=4180584/4192956
[pid=6619] ppid=6617 vsize=13600 CPUtime=4.26
/proc/6619/stat : 6619 (sugar) S 6617 6619 3838 0 -1 4194304 1031 22025 0 2 3 1 403 19 16 0 1 0 1999476356 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6619/statm: 3400 798 370 3 0 500 0
[pid=6642] ppid=6619 vsize=5356 CPUtime=0
/proc/6642/stat : 6642 (sh) S 6619 6619 3838 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999476790 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6642/statm: 1339 232 193 169 0 50 0
[pid=6643] ppid=6642 vsize=9532 CPUtime=8.33
/proc/6643/stat : 6643 (minisat) R 6642 6619 3838 0 -1 4194304 2240 0 0 0 832 1 0 0 25 0 1 0 1999476791 9760768 2226 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6643/statm: 2383 2226 75 150 0 2230 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 28488

[startup+25.5018 s]
/proc/loadavg: 2.25 2.17 2.01 3/76 6643
/proc/meminfo: memFree=1523168/2055920 swapFree=4180584/4192956
[pid=6619] ppid=6617 vsize=13600 CPUtime=4.26
/proc/6619/stat : 6619 (sugar) S 6617 6619 3838 0 -1 4194304 1031 22025 0 2 3 1 403 19 16 0 1 0 1999476356 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6619/statm: 3400 798 370 3 0 500 0
[pid=6642] ppid=6619 vsize=5356 CPUtime=0
/proc/6642/stat : 6642 (sh) S 6619 6619 3838 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999476790 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6642/statm: 1339 232 193 169 0 50 0
[pid=6643] ppid=6642 vsize=10196 CPUtime=21.13
/proc/6643/stat : 6643 (minisat) R 6642 6619 3838 0 -1 4194304 2419 0 0 0 2111 2 0 0 25 0 1 0 1999476791 10440704 2405 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6643/statm: 2549 2405 75 150 0 2396 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 29152

[startup+51.1019 s]
/proc/loadavg: 2.24 2.17 2.01 3/76 6643
/proc/meminfo: memFree=1521120/2055920 swapFree=4180584/4192956
[pid=6619] ppid=6617 vsize=13600 CPUtime=4.26
/proc/6619/stat : 6619 (sugar) S 6617 6619 3838 0 -1 4194304 1031 22025 0 2 3 1 403 19 16 0 1 0 1999476356 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6619/statm: 3400 798 370 3 0 500 0
[pid=6642] ppid=6619 vsize=5356 CPUtime=0
/proc/6642/stat : 6642 (sh) S 6619 6619 3838 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999476790 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6642/statm: 1339 232 193 169 0 50 0
[pid=6643] ppid=6642 vsize=12428 CPUtime=46.71
/proc/6643/stat : 6643 (minisat) R 6642 6619 3838 0 -1 4194304 2955 0 0 0 4669 2 0 0 25 0 1 0 1999476791 12726272 2941 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6643/statm: 3107 2941 75 150 0 2954 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 31384

[startup+93.3018 s]
/proc/loadavg: 2.11 2.15 2.01 3/76 6643
/proc/meminfo: memFree=1516128/2055920 swapFree=4180584/4192956
[pid=6619] ppid=6617 vsize=13600 CPUtime=93.1
/proc/6619/stat : 6619 (sugar) S 6617 6619 3838 0 -1 4194304 1070 26467 0 2 3 1 9282 24 17 0 1 0 1999476356 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6619/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 93.1
Current children cumulated vsize (KiB) 13600

# WARNING:
# current cumulated CPU time (0 s) is less than in the last sample (93.1 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (93.1 s) to the 'lost time'.

[startup+93.4019 s]
/proc/loadavg: 2.11 2.15 2.01 4/74 6653
/proc/meminfo: memFree=1533744/2055920 swapFree=4180584/4192956
[pid=6619] ppid=-1 vsize=0 CPUtime=0
/proc/6619/stat : -- couldn't open stat file --/proc/6619/statm: 4964 14 10 11 0 104 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0

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

[startup+76.7019 s]
/proc/loadavg: 2.16 2.16 2.01 3/76 6643
/proc/meminfo: memFree=1518112/2055920 swapFree=4180584/4192956
[pid=6619] ppid=6617 vsize=13600 CPUtime=4.26
/proc/6619/stat : 6619 (sugar) S 6617 6619 3838 0 -1 4194304 1031 22025 0 2 3 1 403 19 16 0 1 0 1999476356 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6619/statm: 3400 798 370 3 0 500 0
[pid=6642] ppid=6619 vsize=5356 CPUtime=0
/proc/6642/stat : 6642 (sh) S 6619 6619 3838 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999476790 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6642/statm: 1339 232 193 169 0 50 0
[pid=6643] ppid=6642 vsize=15492 CPUtime=72.31
/proc/6643/stat : 6643 (minisat) R 6642 6619 3838 0 -1 4194304 3713 0 0 0 7228 3 0 0 25 0 1 0 1999476791 15863808 3699 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6643/statm: 3873 3699 75 150 0 3720 0
Current children cumulated CPU time (s) 76.57
Current children cumulated vsize (KiB) 34448

[startup+83.1016 s]
/proc/loadavg: 2.13 2.15 2.01 3/76 6643
/proc/meminfo: memFree=1517216/2055920 swapFree=4180584/4192956
[pid=6619] ppid=6617 vsize=13600 CPUtime=4.26
/proc/6619/stat : 6619 (sugar) S 6617 6619 3838 0 -1 4194304 1031 22025 0 2 3 1 403 19 16 0 1 0 1999476356 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6619/statm: 3400 798 370 3 0 500 0
[pid=6642] ppid=6619 vsize=5356 CPUtime=0
/proc/6642/stat : 6642 (sh) S 6619 6619 3838 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999476790 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6642/statm: 1339 232 193 169 0 50 0
[pid=6643] ppid=6642 vsize=16156 CPUtime=78.71
/proc/6643/stat : 6643 (minisat) R 6642 6619 3838 0 -1 4194304 3884 0 0 0 7867 4 0 0 25 0 1 0 1999476791 16543744 3870 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6643/statm: 4039 3870 75 150 0 3886 0
Current children cumulated CPU time (s) 82.97
Current children cumulated vsize (KiB) 35112

[startup+89.5024 s]
/proc/loadavg: 2.12 2.15 2.01 3/76 6643
/proc/meminfo: memFree=1516576/2055920 swapFree=4180584/4192956
[pid=6619] ppid=6617 vsize=13600 CPUtime=4.26
/proc/6619/stat : 6619 (sugar) S 6617 6619 3838 0 -1 4194304 1031 22025 0 2 3 1 403 19 16 0 1 0 1999476356 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6619/statm: 3400 798 370 3 0 500 0
[pid=6642] ppid=6619 vsize=5356 CPUtime=0
/proc/6642/stat : 6642 (sh) S 6619 6619 3838 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999476790 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6642/statm: 1339 232 193 169 0 50 0
[pid=6643] ppid=6642 vsize=16832 CPUtime=85.1
/proc/6643/stat : 6643 (minisat) R 6642 6619 3838 0 -1 4194304 4073 0 0 0 8506 4 0 0 25 0 1 0 1999476791 17235968 4059 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6643/statm: 4208 4059 75 150 0 4055 0
Current children cumulated CPU time (s) 89.36
Current children cumulated vsize (KiB) 35788

[startup+91.1026 s]
/proc/loadavg: 2.12 2.15 2.01 3/76 6643
/proc/meminfo: memFree=1516320/2055920 swapFree=4180584/4192956
[pid=6619] ppid=6617 vsize=13600 CPUtime=4.26
/proc/6619/stat : 6619 (sugar) S 6617 6619 3838 0 -1 4194304 1031 22025 0 2 3 1 403 19 16 0 1 0 1999476356 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6619/statm: 3400 798 370 3 0 500 0
[pid=6642] ppid=6619 vsize=5356 CPUtime=0
/proc/6642/stat : 6642 (sh) S 6619 6619 3838 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999476790 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6642/statm: 1339 232 193 169 0 50 0
[pid=6643] ppid=6642 vsize=16964 CPUtime=86.7
/proc/6643/stat : 6643 (minisat) R 6642 6619 3838 0 -1 4194304 4105 0 0 0 8666 4 0 0 25 0 1 0 1999476791 17371136 4091 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/6643/statm: 4241 4091 75 150 0 4088 0
Current children cumulated CPU time (s) 90.96
Current children cumulated vsize (KiB) 35920

[startup+92.7018 s]
/proc/loadavg: 2.11 2.15 2.01 3/76 6643
/proc/meminfo: memFree=1516128/2055920 swapFree=4180584/4192956
[pid=6619] ppid=6617 vsize=13600 CPUtime=4.26
/proc/6619/stat : 6619 (sugar) S 6617 6619 3838 0 -1 4194304 1031 22025 0 2 3 1 403 19 16 0 1 0 1999476356 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6619/statm: 3400 798 370 3 0 500 0
[pid=6642] ppid=6619 vsize=5356 CPUtime=0
/proc/6642/stat : 6642 (sh) S 6619 6619 3838 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999476790 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6642/statm: 1339 232 193 169 0 50 0
[pid=6643] ppid=6642 vsize=17276 CPUtime=88.3
/proc/6643/stat : 6643 (minisat) R 6642 6619 3838 0 -1 4194304 4138 0 0 0 8826 4 0 0 25 0 1 0 1999476791 17690624 4124 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 0 0 0
/proc/6643/statm: 4319 4124 75 150 0 4166 0
Current children cumulated CPU time (s) 92.56
Current children cumulated vsize (KiB) 36232

[startup+93.1018 s]
/proc/loadavg: 2.11 2.15 2.01 3/76 6643
/proc/meminfo: memFree=1516128/2055920 swapFree=4180584/4192956
[pid=6619] ppid=6617 vsize=13600 CPUtime=4.26
/proc/6619/stat : 6619 (sugar) S 6617 6619 3838 0 -1 4194304 1031 22025 0 2 3 1 403 19 16 0 1 0 1999476356 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6619/statm: 3400 798 370 3 0 500 0
[pid=6642] ppid=6619 vsize=5356 CPUtime=0
/proc/6642/stat : 6642 (sh) S 6619 6619 3838 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999476790 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6642/statm: 1339 232 193 169 0 50 0
[pid=6643] ppid=6642 vsize=17276 CPUtime=88.7
/proc/6643/stat : 6643 (minisat) R 6642 6619 3838 0 -1 4194304 4144 0 0 0 8866 4 0 0 25 0 1 0 1999476791 17690624 4130 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/6643/statm: 4319 4130 75 150 0 4166 0
Current children cumulated CPU time (s) 92.96
Current children cumulated vsize (KiB) 36232

[startup+93.3018 s]
/proc/loadavg: 2.11 2.15 2.01 3/76 6643
/proc/meminfo: memFree=1516128/2055920 swapFree=4180584/4192956
[pid=6619] ppid=6617 vsize=13600 CPUtime=93.1
/proc/6619/stat : 6619 (sugar) S 6617 6619 3838 0 -1 4194304 1070 26467 0 2 3 1 9282 24 17 0 1 0 1999476356 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6619/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 93.1
Current children cumulated vsize (KiB) 13600

[startup+93.4019 s]
/proc/loadavg: 2.11 2.15 2.01 4/74 6653
/proc/meminfo: memFree=1533744/2055920 swapFree=4180584/4192956
[pid=6619] ppid=-1 vsize=0 CPUtime=0
/proc/6619/stat : -- couldn't open stat file --/proc/6619/statm: 4964 14 10 11 0 104 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6619 and gives
#  childrusage.ru_utime.tv_sec=92
#  childrusage.ru_utime.tv_usec=939870
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=298954
# CPU time returned by wait4() is 93.2388
# while last known CPU time is 0
#
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 93.1
#  lost CPU user time (s): 92.85
#  lost CPU system time (s): 0.25

Real time (s): 93.4043
CPU time (s): 93.1
CPU user time (s): 92.85
CPU system time (s): 0.25
CPU usage (%): 99.6743
Max. virtual memory (cumulated for all children) (KiB): 883240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 92.9399
system time used= 0.298954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31299
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= 2332
involuntary context switches= 2426

runsolver used 0.114982 second user time and 0.25696 second system time

The end

Launcher Data (download as text)

Begin job on node75 at 2008-07-04 23:01:06
IDJOB=1078030
IDBENCH=56755
IDSOLVER=346
FILE ID=node75/1078030-1215205266
PBS_JOBID= 7881592
Free space on /tmp= 66512 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-3-20-20-fcd/normalized-rand-3-20-20-60-632-fcd-26_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-1078030-1215205266/watcher-1078030-1215205266 -o /tmp/evaluation-result-1078030-1215205266/solver-1078030-1215205266 -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-1078030-1215205266.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5ec082c532b71e4456d741144814d880
RANDOM SEED=189640243

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1539472 kB
Buffers:         54716 kB
Cached:         235444 kB
SwapCached:       6320 kB
Active:         286672 kB
Inactive:       165008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1539472 kB
SwapTotal:     4192956 kB
SwapFree:      4180584 kB
Dirty:            7840 kB
Writeback:           0 kB
Mapped:         169148 kB
Slab:            49688 kB
Committed_AS:  4321960 kB
PageTables:       2204 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= 66512 MiB
End job on node75 at 2008-07-04 23:02:39